2001-11-30 01:45:53 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.2 2001/11/29 22:45:58 thorpej Exp $
|
2000-07-22 06:33:53 +04:00
|
|
|
#
|
|
|
|
# etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
2000-07-22 06:33:53 +04:00
|
|
|
|
|
|
|
# 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
|