Home | History | Annotate | Line # | Download | only in etc.shark
Makefile.inc revision 1.7
      1  1.7    lukem #	$NetBSD: Makefile.inc,v 1.7 2003/01/03 15:34:39 lukem 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.7    lukem 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/instkernel '*.gz'
     15