Home | History | Annotate | Line # | Download | only in etc.shark
Makefile.inc revision 1.4
      1 #	$NetBSD: Makefile.inc,v 1.4 2002/03/31 03:39:55 thorpej Exp $
      2 #
      3 #	etc.shark/Makefile.inc -- shark-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		GENERIC
      7 KERNEL_SUFFIXES=	aout
      8 
      9 BUILD_KERNELS=		INSTALL
     10 
     11 INSTALLATION_DIRS+=	installation/instkernel
     12 
     13 # Build the release notes and boot floppies and install them
     14 snap_md_post:
     15 .ifndef UPDATE
     16 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     17 .endif
     18 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     19 	cd ${.CURDIR}/../distrib/shark && ${MAKE} release
     20 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     21 	sh ../distrib/sets/makesums -t \
     22 	    ${RELEASEDIR}/installation/instkernel '*.gz'
     23