Home | History | Annotate | Line # | Download | only in etc.macppc
Makefile.inc revision 1.2.6.2
      1  1.2.6.2  he #	$NetBSD: Makefile.inc,v 1.2.6.2 2000/07/13 21:01:46 he Exp $
      2  1.2.6.2  he 
      3  1.2.6.2  he BUILD_KERNELS+=		INSTALL
      4  1.2.6.2  he EXTRA_KERNELS+=		GENERIC_MD
      5  1.2.6.2  he INSTALLATION_DIRS+=	installation \
      6  1.2.6.2  he 			installation/floppy
      7  1.2.6.2  he 
      8  1.2.6.2  he snap_md_post:
      9  1.2.6.2  he .ifndef UPDATE
     10  1.2.6.2  he 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     11  1.2.6.2  he .endif
     12  1.2.6.2  he 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     13  1.2.6.2  he 	cd ${.CURDIR}/../distrib/macppc && ${MAKE} release
     14  1.2.6.2  he 	cd ${.CURDIR}/../sys/arch/macppc/stand && ${MAKE} release
     15