Home | History | Annotate | Line # | Download | only in etc.shark
Makefile.inc revision 1.8
      1  1.8     jmmv #	$NetBSD: Makefile.inc,v 1.8 2007/03/10 17:57:41 jmmv 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 snap_md_post:
     14  1.8     jmmv 	cd ${NETBSDSRCDIR}/distrib/shark/instkernel/instkernel && \
     15  1.8     jmmv 	    ${MAKE} release-aout-instkernel
     16  1.7    lukem 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/instkernel '*.gz'
     17