Home | History | Annotate | Line # | Download | only in etc.shark
Makefile.inc revision 1.9
      1  1.9    pavel #	$NetBSD: Makefile.inc,v 1.9 2007/07/24 10:49:28 pavel 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.9    pavel # If you change the list of distributed kernels, don't forget
      7  1.9    pavel # to update the release documentation in distrib/notes/common/contents
      8  1.9    pavel 
      9  1.1    pooka KERNEL_SETS=		GENERIC
     10  1.4  thorpej KERNEL_SUFFIXES=	aout
     11  1.1    pooka 
     12  1.1    pooka BUILD_KERNELS=		INSTALL
     13  1.1    pooka 
     14  1.3  thorpej INSTALLATION_DIRS+=	installation/instkernel
     15  1.1    pooka 
     16  1.1    pooka snap_md_post:
     17  1.8     jmmv 	cd ${NETBSDSRCDIR}/distrib/shark/instkernel/instkernel && \
     18  1.8     jmmv 	    ${MAKE} release-aout-instkernel
     19  1.7    lukem 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/instkernel '*.gz'
     20