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