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