Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.3
      1  1.3  thorpej #	$NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:54 thorpej Exp $
      2  1.3  thorpej 
      3  1.3  thorpej KERNEL_SETS=		GENERIC
      4  1.1     ross 
      5  1.1     ross BUILD_KERNELS+=		INSTALL
      6  1.3  thorpej 
      7  1.1     ross INSTALLATION_DIRS+=	installation/floppy	\
      8  1.1     ross 			installation/diskimage	\
      9  1.1     ross 			installation/instkernel	\
     10  1.1     ross 			installation/netboot	\
     11  1.1     ross 			installation/tapeimage	\
     12  1.1     ross 			installation/misc
     13  1.1     ross 
     14  1.1     ross snap_md_post:
     15  1.1     ross .ifndef UPDATE
     16  1.1     ross 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     17  1.1     ross .endif
     18  1.1     ross 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     19  1.1     ross 	cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
     20  1.1     ross 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     21  1.2       he 	cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release
     22