Home | History | Annotate | Line # | Download | only in etc.macppc
Makefile.inc revision 1.4
      1  1.4    lukem #	$NetBSD: Makefile.inc,v 1.4 2002/05/02 15:09:44 lukem Exp $
      2  1.3  thorpej 
      3  1.3  thorpej KERNEL_SETS=		GENERIC
      4  1.1     matt 
      5  1.2     matt BUILD_KERNELS+=		INSTALL GENERIC_MD
      6  1.3  thorpej 
      7  1.4    lukem INSTALLATION_DIRS+=	installation/floppy
      8  1.1     matt 
      9  1.1     matt snap_md_post:
     10  1.1     matt .ifndef UPDATE
     11  1.1     matt 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     12  1.1     matt .endif
     13  1.1     matt 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     14  1.1     matt 	cd ${.CURDIR}/../distrib/macppc && ${MAKE} release
     15  1.1     matt 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     16