2002-05-02 19:09:40 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:43 lukem Exp $
|
2000-06-12 16:41:40 +04:00
|
|
|
|
2002-03-23 06:20:30 +03:00
|
|
|
KERNEL_SETS= GENERIC TX3912
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2002-03-23 06:20:30 +03:00
|
|
|
BUILD_KERNELS= RAMDISK INSTALL_TX3912
|
2000-06-12 16:41:40 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot
|
|
|
|
|
2000-06-12 16:41:40 +04:00
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/hpcmips && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|