2007-07-24 14:49:23 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.15 2007/07/24 10:49:24 pavel 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:
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz'
|
2002-06-28 16:40:10 +04:00
|
|
|
|
2003-03-08 03:22:29 +03:00
|
|
|
iso-image-md-pre:
|
2003-03-22 03:13:35 +03:00
|
|
|
gzip -dc ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \
|
2003-01-04 18:49:29 +03:00
|
|
|
> ${CDROM.dir}/netbsd
|