2002-05-16 23:29:36 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2002/05/16 19:29:36 briggs Exp $
|
2001-02-10 01:25:02 +03:00
|
|
|
#
|
2001-03-12 17:10:03 +03:00
|
|
|
# etc.sandpoint/Makefile.inc -- sandpoint-specific etc Makefile targets
|
2001-02-10 01:25:02 +03:00
|
|
|
#
|
|
|
|
|
2002-05-16 23:29:36 +04:00
|
|
|
KERNEL_SETS= GENERIC GENERIC.X2
|
|
|
|
KERNEL_SUFFIXES= srec
|
2001-12-07 08:24:20 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
BUILD_KERNELS= INSTALL
|
2001-12-07 08:24:20 +03:00
|
|
|
|
2001-12-17 17:41:49 +03:00
|
|
|
snap_md_post:
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
|
|
cd ${.CURDIR}/../distrib/sandpoint && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|