Home | History | Annotate | Line # | Download | only in etc.arc
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 2002/04/15 14:41:39 tsutsui Exp $
      2 
      3 KERNEL_SETS=		GENERIC
      4 KERNEL_SUFFIXES=	ecoff
      5 
      6 BUILD_KERNELS=		RAMDISK
      7 
      8 snap_md_post:
      9 .ifndef UPDATE
     10 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     11 .endif
     12 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     13 	cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release
     14 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     15