23 lines
689 B
Makefile
23 lines
689 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2002/01/23 15:41:42 skrll Exp $
|
|
#
|
|
# etc.cats/Makefile.inc -- cats-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
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
|
|
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
|
|
# sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'
|