1 # $NetBSD: Makefile.inc,v 1.9 2002/05/02 15:09:43 lukem Exp $ 2 # 3 # etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets 4 # 5 6 KERNEL_SETS= INTEGRATOR IQ80310 IQ80321 TEAMASA_NPWR 7 KERNEL_SUFFIXES= bin srec 8 9 BUILD_KERNELS+= TEAMASA_NPWR_INSTALL 10 11 INSTALLATION_DIRS+= binary/gzimg \ 12 installation/instkernel 13 14 snap_md_post: 15 .ifndef UPDATE 16 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 17 .endif 18 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 19 cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release 20 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 21