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