Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2001/12/17 14:41:49 briggs Exp $
2#
3#	etc.sandpoint/Makefile.inc -- sandpoint-specific etc Makefile targets
4#
5
6KERNEL_SETS=	GENERIC
7
8BUILD_KERNELS=  INSTALL
9
10snap_md_post:
11.ifndef UPDATE
12	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
13.endif
14	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
15	cd ${.CURDIR}/../distrib/sandpoint && ${MAKE} release
16	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
17