2002-02-10 22:30:41 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.1 2002/02/10 19:30:42 pooka Exp $
|
1996-02-02 19:10:13 +03:00
|
|
|
#
|
2002-02-10 22:30:41 +03:00
|
|
|
# etc.shark/Makefile.inc -- shark-specific etc Makefile targets
|
1996-02-02 19:10:13 +03:00
|
|
|
#
|
|
|
|
|
2002-02-10 22:30:41 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-02-10 22:30:41 +03:00
|
|
|
BUILD_KERNELS= INSTALL
|
2000-07-22 06:33:06 +04:00
|
|
|
|
2000-11-12 03:59:05 +03:00
|
|
|
INSTALLATION_DIRS+= installation/kernel \
|
|
|
|
installation/misc
|
|
|
|
|
2000-07-22 06:33:06 +04:00
|
|
|
# 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}
|
2002-02-10 22:30:41 +03:00
|
|
|
cd ${.CURDIR}/../distrib/shark && ${MAKE} release
|
2000-07-22 06:33:06 +04:00
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
2000-11-12 03:59:05 +03:00
|
|
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/kernels '*.gz'
|
|
|
|
sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/misc '*.gz'
|