17 lines
452 B
Makefile
17 lines
452 B
Makefile
# $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'
|