Makefile.inc revision 1.1
11.1Sthorpej# $NetBSD: Makefile.inc,v 1.1 2002/04/01 23:32:17 thorpej Exp $ 21.1Sthorpej# 31.1Sthorpej# etc.algor/Makefile.inc -- algor-specific etc Makefile targets 41.1Sthorpej# 51.1Sthorpej 61.1SthorpejKERNEL_SETS= P4032 P5064 71.1Sthorpej 81.1Sthorpejsnap_md_post: 91.1Sthorpej.ifndef UPDATE 101.1Sthorpej cd ${.CURDIR}/../distrib && ${MAKE} cleandir 111.1Sthorpej.endif 121.1Sthorpej cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 131.1Sthorpej# cd ${.CURDIR}/../distrib/algor && ${MAKE} release 141.1Sthorpej cd ${.CURDIR}/../distrib/notes && ${MAKE} release 15