Home | History | Annotate | Line # | Download | only in etc.next68k
Makefile.inc revision 1.2
      1  1.2  thorpej #	$NetBSD: Makefile.inc,v 1.2 2001/11/29 22:45:58 thorpej 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.2  thorpej KERNEL_SETS=		GENERIC
      7  1.1   briggs 
      8  1.1   briggs # Build the release notes and install them
      9  1.1   briggs snap_md_post:
     10  1.1   briggs .ifndef UPDATE
     11  1.1   briggs 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     12  1.1   briggs .endif
     13  1.1   briggs 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     14  1.1   briggs 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     15