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