Makefile.inc revision 1.4 1 # $NetBSD: Makefile.inc,v 1.4 2002/03/31 16:07:55 bjh21 Exp $
2 #
3 # etc.netwinder/Makefile.inc -- netwinder-specific etc Makefile targets
4 #
5
6 KERNEL_SETS= GENERIC
7
8 #BUILD_KERNELS= INSTALL
9
10 #INSTALLATION_DIRS+= installation/kernel installation/misc
11
12 # Build the release notes and boot floppies and install them
13 snap_md_post:
14 .ifndef UPDATE
15 cd ${.CURDIR}/../distrib && ${MAKE} cleandir
16 .endif
17 # cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
18 # cd ${.CURDIR}/../distrib/arm32 && ${MAKE} release
19 cd ${.CURDIR}/../distrib/notes && ${MAKE} release
20 # ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz'
21 # ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz'
22