Makefile.inc revision 1.8
11.8Smatt# $NetBSD: Makefile.inc,v 1.8 2000/05/31 21:09:48 matt Exp $ 21.1Sragge# 31.1Sragge# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 41.1Sragge# 51.1Sragge 61.7Smatt# 71.7Smatt# We need this to build the sysinst kernel. 81.7SmattBUILD_KERNELS+=INSTALL 91.6Sabs 101.6Sabsdistribution: pcs750.bin 111.6Sabs 121.7Smattpcs750.bin: etc.vax/pcs750.bin.uu 131.7Smatt (cd etc.vax; uudecode pcs750.bin.uu) 141.7Smatt (cd etc.vax; install -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ 151.6Sabs ${DESTDIR}/) 161.7Smatt 171.6Sabs 181.8SmattINSTALLATION_DIRS+= installation \ 191.8Smatt installation/bootfs \ 201.8Smatt installation/netboot 211.8Smatt 221.8Smattsnap_md_post: 231.8Smatt.ifndef UPDATE 241.8Smatt cd ${.CURDIR}/../distrib && ${MAKE} cleandir 251.8Smatt.endif 261.8Smatt cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 271.8Smatt cd ${.CURDIR}/../distrib/vax && ${MAKE} release 281.8Smatt cd ${.CURDIR}/../distrib/notes && ${MAKE} release 29