17 lines
469 B
Makefile
17 lines
469 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2000/07/22 02:33:53 briggs Exp $
|
|
#
|
|
# etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
|
|
#
|
|
|
|
# Set this for any kernels beyond GENERIC you want to include
|
|
# in the distribution.
|
|
EXTRA_KERNELS+=
|
|
|
|
# Build the release notes and install them
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|