17 lines
407 B
Makefile
17 lines
407 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2003/01/03 15:34:39 lukem Exp $
|
|
#
|
|
# etc.prep/Makefile.inc -- prep-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
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}/${MACHINE}/installation/floppy '*'
|