Makefile.inc revision 1.5
1# $NetBSD: Makefile.inc,v 1.5 2002/03/23 03:20:30 shin Exp $ 2 3KERNEL_SETS= GENERIC TX3912 4 5BUILD_KERNELS= RAMDISK INSTALL_TX3912 6 7snap_md_post: 8.ifndef UPDATE 9 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 10.endif 11 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 12 cd ${.CURDIR}/../distrib/hpcmips && ${MAKE} release 13 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 14