Makefile.inc revision 1.3
1#	$NetBSD: Makefile.inc,v 1.3 2001/04/22 02:03:05 shin Exp $
2
3EXTRA_KERNELS+= 	TX3912 TX3922
4BUILD_KERNELS+= 	RAMDISK INSTALL_TX3912 INSTALL_TX3922
5
6snap_md_post:
7.ifndef UPDATE
8	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
9.endif
10	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
11	cd ${.CURDIR}/../distrib/hpcmips && ${MAKE} release
12	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
13