Home | History | Annotate | Line # | Download | only in etc.zaurus
Makefile.inc revision 1.6
      1 #	$NetBSD: Makefile.inc,v 1.6 2009/03/05 10:28:02 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/zboot && ${MAKE} release
     15 	cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
     16 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
     17 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'
     18