Makefile.inc revision 1.1
1# $NetBSD: Makefile.inc,v 1.1 2001/01/16 16:53:57 nonaka Exp $ 2# 3# etc.prep/Makefile.inc -- prep-specific etc Makefile targets 4# 5 6BUILD_KERNELS+= INSTALL 7INSTALLATION_DIRS+= installation 8 9# mkisofs arguments to generate bootable iso image 10MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs 11 12snap_md_post: 13.ifndef UPDATE 14 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 15.endif 16 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 17 cd ${.CURDIR}/../distrib/prep && ${MAKE} release 18 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 19 sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/floppy '*' 20