Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.1.10.2
      1 #	$NetBSD: Makefile.inc,v 1.1.10.2 2000/07/13 17:18:16 he Exp $
      2 
      3 BUILD_KERNELS+=		INSTALL
      4 INSTALLATION_DIRS+=	installation/floppy	\
      5 			installation/diskimage	\
      6 			installation/instkernel	\
      7 			installation/netboot	\
      8 			installation/tapeimage	\
      9 			installation/misc
     10 
     11 snap_md_post:
     12 .ifndef UPDATE
     13 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     14 .endif
     15 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     16 	cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
     17 	cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release
     18