xref: /netbsd/etc/etc.sandpoint/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.7 2002/05/16 19:29:36 briggs Exp $
2#
3#	etc.sandpoint/Makefile.inc -- sandpoint-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC GENERIC.X2
7KERNEL_SUFFIXES=	srec
8
9BUILD_KERNELS=  	INSTALL
10
11snap_md_post:
12.ifndef UPDATE
13	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
14.endif
15	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
16	cd ${.CURDIR}/../distrib/sandpoint && ${MAKE} release
17	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
18