blob: 045574f4074bed446cc31aed41cd973eee5987b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.inc,v 1.19 2009/01/24 22:33:39 abs Exp $
#
# etc.atari/Makefile.inc -- atari-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= SMALL030 ATARITT FALCON HADES MILAN-ISAIDE MILAN-PCIIDE
INSTALLATION_DIRS+= installation/miniroot \
installation/misc
snap_md_post:
# ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.gz'
|