blob: 404e4829783c420bea468499f5c9b72015c86b3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.inc,v 1.7 2008/03/18 04:20:37 lukem Exp $
#
# etc.newsmips/Makefile.inc -- newsmips-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
INSTALLATION_DIRS+= installation/floppy
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
|