Home | History | Annotate | Line # | Download | only in etc.mvmeppc
Makefile.inc revision 1.1
      1 #	$NetBSD: Makefile.inc,v 1.1 2002/02/27 21:17:52 scw Exp $
      2 #
      3 #	etc.mvmeppc/Makefile.inc -- mvmeppc-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		MVME1600
      7 
      8 snap_md_post:
      9 .ifndef UPDATE
     10 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     11 .endif
     12 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     13 	cd ${.CURDIR}/../distrib/mvmeppc && ${MAKE} release
     14 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     15