Makefile.inc revision 1.10
1# $NetBSD: Makefile.inc,v 1.10 2001/11/29 22:46:02 thorpej Exp $ 2# 3# etc.vax/Makefile.inc -- vax-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC 7 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