Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:43 lukem Exp $ 2 3KERNEL_SETS= GENERIC TX3912 4 5BUILD_KERNELS= RAMDISK INSTALL_TX3912 6 7INSTALLATION_DIRS+= installation/miniroot 8 9snap_md_post: 10.ifndef UPDATE 11 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 12.endif 13 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 14 cd ${.CURDIR}/../distrib/hpcmips && ${MAKE} release 15 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 16