1 1.5 thorpej # $NetBSD: Makefile.inc,v 1.5 2002/03/28 22:18:23 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.5 thorpej 9 1.5 thorpej snap_md_post: 10 1.5 thorpej .ifndef UPDATE 11 1.5 thorpej cd ${.CURDIR}/../distrib && ${MAKE} cleandir 12 1.5 thorpej .endif 13 1.5 thorpej cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 14 1.5 thorpej cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release 15 1.5 thorpej cd ${.CURDIR}/../distrib/notes && ${MAKE} release 16