blob: 8d42efbffe2599b68e83c608c6701b31b1ea5df5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile.inc,v 1.24 2023/05/19 14:47:16 hauke Exp $
#
# etc.mac68k/Makefile.inc -- mac68k-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 GENERICSBC WSFB WSFBSBC
BUILD_KERNELS= INSTALL INSTALLSBC
INSTALLATION_DIRS+= installation/miniroot \
installation/instkernel
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz'
# For "make iso-image"
# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
MKISOFS_FLAGS+= -hfs --macbin -data-change-warn \
-map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map
iso-image: do-iso-image
|