NetBSD/etc/etc.cats/Makefile.inc

24 lines
675 B
PHP
Raw Normal View History

2002-04-12 13:31:01 +04:00
# $NetBSD: Makefile.inc,v 1.6 2002/04/12 09:31:01 skrll Exp $
#
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
#
KERNEL_SETS= GENERIC
2002-04-12 13:31:01 +04:00
KERNEL_SUFFIXES= aout
BUILD_KERNELS= INSTALL
INSTALLATION_DIRS+= installation/kernel \
installation/misc
# Build the release notes and boot floppies and install them
snap_md_post:
.ifndef UPDATE
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
.endif
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
cd ${.CURDIR}/../distrib/cats && ${MAKE} release
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
# ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'