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