blob: ccf392d13d15fa9b67b96b3503e1baf7735b6c55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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 '*'
|