Home | History | Annotate | Line # | Download | only in etc.news68k
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 2001/03/26 10:27:15 tsutsui Exp $
      2 
      3 # These are put in ${RELEASEDIR} by "make release" in distrib/sun3
      4 # after it builds and patches in the installation ramdisk image.
      5 BUILD_KERNELS+=		INSTALL
      6 
      7 # These are just built and copied to the release area.
      8 EXTRA_KERNELS+=		GENERIC_TINY
      9 
     10 snap_md_post:
     11 .ifndef UPDATE
     12 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     13 .endif
     14 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     15 	cd ${.CURDIR}/../distrib/news68k && ${MAKE} release
     16 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     17