1 1.7 thorpej # $NetBSD: Makefile.inc,v 1.7 2002/04/12 22:10:21 thorpej 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.4 thorpej KERNEL_SETS= INTEGRATOR IQ80310 IQ80321 7 1.3 thorpej KERNEL_SUFFIXES= bin srec 8 1.6 thorpej 9 1.7 thorpej INSTALLATION_DIRS+= binary/gzimg \ 10 1.7 thorpej installation/instkernel 11 1.5 thorpej 12 1.5 thorpej snap_md_post: 13 1.5 thorpej .ifndef UPDATE 14 1.5 thorpej cd ${.CURDIR}/../distrib && ${MAKE} cleandir 15 1.5 thorpej .endif 16 1.5 thorpej cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 17 1.5 thorpej cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release 18 1.5 thorpej cd ${.CURDIR}/../distrib/notes && ${MAKE} release 19