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