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