2001-11-30 01:45:53 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:57 thorpej Exp $
|
|
|
|
|
|
|
|
KERNEL_SETS= GENERIC
|
2000-06-08 00:29:00 +04:00
|
|
|
|
2000-06-13 03:04:36 +04:00
|
|
|
BUILD_KERNELS+= INSTALL GENERIC_MD
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2000-06-08 00:29:00 +04:00
|
|
|
INSTALLATION_DIRS+= installation
|
|
|
|
|
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/macppc && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|