20 lines
565 B
Makefile
20 lines
565 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2008/03/18 04:20:37 lukem Exp $
|
|
#
|
|
# etc.prep/Makefile.inc -- prep-specific etc Makefile targets
|
|
#
|
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL INSTALL_SMALL
|
|
|
|
INSTALLATION_DIRS+= installation/floppy
|
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
MKISOFS_FLAGS+= -prep-boot installation/floppy/sysinst.fs
|
|
|
|
snap_md_post:
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'
|