22 lines
607 B
Makefile
22 lines
607 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2002/03/31 16:07:56 bjh21 Exp $
|
|
#
|
|
# etc.shark/Makefile.inc -- shark-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
KERNEL_SUFFIXES= aout
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/instkernel
|
|
|
|
# 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/shark && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
${MAKESUMS} -t ${RELEASEDIR}/installation/instkernel '*.gz'
|