Makefile.inc revision 1.11
11.11Sshiba# $NetBSD: Makefile.inc,v 1.11 2002/03/04 16:43:06 shiba Exp $ 21.1Sfredb# 31.1Sfredb# mac68k-specific release building goo 41.1Sfredb# 51.8Sthorpej 61.8SthorpejKERNEL_SETS= GENERIC GENERICSBC 71.8Sthorpej 81.8SthorpejBUILD_KERNELS= INSTALL INSTALLSBC 91.1Sfredb 101.4SfredbINSTALLATION_DIRS+= installation/instkernel 111.1Sfredb 121.1Sfredbsnap_md_post: 131.1Sfredb.ifndef UPDATE 141.11Sshiba cd ${.CURDIR}/../distrib && ${MAKE} cleandir 151.1Sfredb.endif 161.11Sshiba cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 171.11Sshiba cd ${.CURDIR}/../distrib/mac68k && ${MAKE} release 181.11Sshiba cd ${.CURDIR}/../distrib/notes && ${MAKE} release 191.11Sshiba sh ../distrib/sets/makesums -t ${RELEASEDIR}/installation/instkernel '*.gz' 20