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