Home | History | Annotate | Line # | Download | only in etc.macppc
Makefile.inc revision 1.2
      1  1.2  matt #	$NetBSD: Makefile.inc,v 1.2 2000/06/12 23:04:36 matt Exp $
      2  1.1  matt 
      3  1.2  matt BUILD_KERNELS+=		INSTALL GENERIC_MD
      4  1.1  matt INSTALLATION_DIRS+=	installation
      5  1.1  matt 
      6  1.1  matt snap_md_post:
      7  1.1  matt .ifndef UPDATE
      8  1.1  matt 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
      9  1.1  matt .endif
     10  1.1  matt 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     11  1.1  matt 	cd ${.CURDIR}/../distrib/macppc && ${MAKE} release
     12  1.1  matt 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     13