2002-05-02 19:09:40 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2002/05/02 15:09:46 lukem Exp $
|
2001-10-15 20:22:50 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
|
|
|
|
BUILD_KERNELS= RAMDISK
|
2001-10-15 20:22:50 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot
|
|
|
|
|
2001-10-15 20:22:50 +04:00
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/playstation2 && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|