2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.9 2008/03/18 04:20:37 lukem Exp $
|
2001-01-16 19:53:57 +03:00
|
|
|
#
|
|
|
|
# etc.prep/Makefile.inc -- prep-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
2006-06-20 21:42:22 +04:00
|
|
|
BUILD_KERNELS= INSTALL INSTALL_SMALL
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/floppy
|
2001-01-16 19:53:57 +03:00
|
|
|
|
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
|
|
MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
|
|
|
|
|
|
|
|
snap_md_post:
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'
|