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