Makefile.inc revision 1.4
1#	$NetBSD: Makefile.inc,v 1.4 2001/11/29 22:45:56 thorpej Exp $
2
3KERNEL_SETS=		GENERIC TX3912 TX3922
4
5BUILD_KERNELS=		RAMDISK INSTALL_TX3912 INSTALL_TX3922
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