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