2010-10-04 17:45:28 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.12 2010/10/04 13:45:28 tsutsui Exp $
|
1996-02-02 19:10:13 +03:00
|
|
|
#
|
2002-02-10 22:30:41 +03:00
|
|
|
# etc.shark/Makefile.inc -- shark-specific etc Makefile targets
|
1996-02-02 19:10:13 +03:00
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2002-02-10 22:30:41 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
2002-03-31 07:39:55 +04:00
|
|
|
KERNEL_SUFFIXES= aout
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-02-10 22:30:41 +03:00
|
|
|
BUILD_KERNELS= INSTALL
|
2010-10-04 17:45:28 +04:00
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/instkernel
|
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz'
|