2003-01-03 18:34:30 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 2003/01/03 15:34:39 lukem 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
|
|
|
|
|
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:
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*'
|