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