2014-01-27 12:18:07 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.17 2014/01/27 08:18:08 apb Exp $
|
2002-01-23 18:41:42 +03:00
|
|
|
#
|
|
|
|
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
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
|
|
|
|
|
2005-08-07 04:21:38 +04:00
|
|
|
KERNEL_SETS= GENERIC GENERIC.ABLE
|
2002-04-12 13:31:01 +04:00
|
|
|
KERNEL_SUFFIXES= aout
|
2002-01-23 18:41:42 +03:00
|
|
|
|
2005-08-07 04:21:38 +04:00
|
|
|
BUILD_KERNELS= INSTALL INSTALL.ABLE
|
2002-01-23 18:41:42 +03:00
|
|
|
|
2002-06-28 16:40:10 +04:00
|
|
|
INSTALLATION_DIRS+= installation/kernel
|
2002-01-23 18:41:42 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
|
2002-06-28 16:40:10 +04:00
|
|
|
|
2003-03-08 03:22:29 +03:00
|
|
|
iso-image-md-pre:
|
2014-01-27 12:18:07 +04:00
|
|
|
${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
|
2003-01-04 18:49:29 +03:00
|
|
|
> ${CDROM.dir}/netbsd
|