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