blob: 523e275c930bb2aa5af72cd9d081d15f06a9c4dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile.inc,v 1.5 2011/01/02 08:49:33 tsutsui Exp $
#
# etc.amigappc/Makefile.inc -- amigappc-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
EXTRA_KERNELS=
#INSTALLATION_DIRS+= installation/miniroot \
# installation/misc
#snap_md_post:
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*'
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.gz'
|