Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:47 lukem 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