Makefile.inc revision 1.9
1# $NetBSD: Makefile.inc,v 1.9 2000/09/12 05:11:10 matt Exp $ 2# 3# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 4# 5 6# 7# We need this to build the sysinst kernel. 8BUILD_KERNELS+=INSTALL 9 10distribution: pcs750.bin 11 12pcs750.bin: etc.vax/pcs750.bin.uu 13 rm -f ${DESTDIR}/pcs750.bin 14 uudecode -p etc.vax/pcs750.bin.uu > ${DESTDIR}/pcs750.bin 15 chown ${BINOWN}.${BINGRP} ${DESTDIR}/pcs750.bin 16 chmod 444 ${DESTDIR}/pcs750.bin 17 18INSTALLATION_DIRS+= installation \ 19 installation/bootfs \ 20 installation/netboot 21 22snap_md_post: 23.ifndef UPDATE 24 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 25.endif 26 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 27 cd ${.CURDIR}/../distrib/vax && ${MAKE} release 28 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 29