17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:47 lukem Exp $
|
|
#
|
|
# etc.sandpoint/Makefile.inc -- sandpoint-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
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
|