Home | History | Annotate | Line # | Download | only in etc.next68k
Makefile.inc revision 1.1
      1  1.1  briggs #	$NetBSD: Makefile.inc,v 1.1 2000/07/22 02:33:53 briggs Exp $
      2  1.1  briggs #
      3  1.1  briggs #	etc.next68k/Makefile.inc -- next68k-specific etc Makefile targets
      4  1.1  briggs #
      5  1.1  briggs 
      6  1.1  briggs # Set this for any kernels beyond GENERIC you want to include
      7  1.1  briggs # in the distribution.
      8  1.1  briggs EXTRA_KERNELS+=
      9  1.1  briggs 
     10  1.1  briggs # Build the release notes and install them
     11  1.1  briggs snap_md_post:
     12  1.1  briggs .ifndef UPDATE
     13  1.1  briggs 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     14  1.1  briggs .endif
     15  1.1  briggs 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     16  1.1  briggs 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     17