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