36ef98548b
outside */dist/* subdirectories. When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ}, so there's no need to test USE_PIGZGZIP in these Makefiles.
22 lines
629 B
Makefile
22 lines
629 B
Makefile
# $NetBSD: Makefile.inc,v 1.17 2014/01/27 08:18:08 apb Exp $
|
|
#
|
|
# etc.cats/Makefile.inc -- cats-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 GENERIC.ABLE
|
|
KERNEL_SUFFIXES= aout
|
|
|
|
BUILD_KERNELS= INSTALL INSTALL.ABLE
|
|
|
|
INSTALLATION_DIRS+= installation/kernel
|
|
|
|
snap_md_post:
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
|
|
|
|
iso-image-md-pre:
|
|
${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
|
|
> ${CDROM.dir}/netbsd
|