Makefile.inc revision 1.6
11.6Slukem# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:43 lukem Exp $ 21.1Sshin 31.5SshinKERNEL_SETS= GENERIC TX3912 41.4Sthorpej 51.5SshinBUILD_KERNELS= RAMDISK INSTALL_TX3912 61.6Slukem 71.6SlukemINSTALLATION_DIRS+= installation/miniroot 81.1Sshin 91.1Sshinsnap_md_post: 101.1Sshin.ifndef UPDATE 111.1Sshin cd ${.CURDIR}/../distrib && ${MAKE} cleandir 121.1Sshin.endif 131.1Sshin cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 141.1Sshin cd ${.CURDIR}/../distrib/hpcmips && ${MAKE} release 151.1Sshin cd ${.CURDIR}/../distrib/notes && ${MAKE} release 16