2002-03-31 20:07:53 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2002/03/31 16:07:56 bjh21 Exp $
|
2001-01-16 19:53:57 +03:00
|
|
|
#
|
|
|
|
# etc.prep/Makefile.inc -- prep-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
|
2001-01-16 19:53:57 +03:00
|
|
|
INSTALLATION_DIRS+= installation
|
|
|
|
|
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
|
|
MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
|
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/prep && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2002-03-31 20:07:53 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*'
|