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