2002-04-12 13:31:01 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 2002/04/12 09:31:01 skrll Exp $
|
2002-01-23 18:41:42 +03:00
|
|
|
#
|
|
|
|
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
|
|
|
KERNEL_SETS= GENERIC
|
2002-04-12 13:31:01 +04:00
|
|
|
KERNEL_SUFFIXES= aout
|
2002-01-23 18:41:42 +03:00
|
|
|
|
|
|
|
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
|
2002-04-05 03:30:35 +04:00
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
2002-04-11 20:33:58 +04:00
|
|
|
cd ${.CURDIR}/../distrib/cats && ${MAKE} release
|
2002-01-23 18:41:42 +03:00
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2002-04-11 20:33:58 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
|
2002-03-31 20:07:53 +04:00
|
|
|
# ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'
|