Makefile.inc revision 1.8
1# $NetBSD: Makefile.inc,v 1.8 2000/05/31 21:09:48 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 (cd etc.vax; uudecode pcs750.bin.uu) 14 (cd etc.vax; install -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ 15 ${DESTDIR}/) 16 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