Home | History | Annotate | Line # | Download | only in etc.zaurus
Makefile.inc revision 1.4
      1 #	$NetBSD: Makefile.inc,v 1.4 2009/01/28 11:21:55 nonaka Exp $
      2 #
      3 #	etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		GENERIC
      7 
      8 BUILD_KERNELS=		INSTALL
      9 
     10 INSTALLATION_DIRS+=	installation/kernel
     11 
     12 # zaurus specific distrib stuff
     13 snap_md_post:
     14 	cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
     15 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
     16 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz'
     17