Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.4
      1  1.4    lukem #	$NetBSD: Makefile.inc,v 1.4 2002/05/02 15:38:07 lukem 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/misc
     12  1.1     ross 
     13  1.1     ross snap_md_post:
     14  1.1     ross .ifndef UPDATE
     15  1.1     ross 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     16  1.1     ross .endif
     17  1.1     ross 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     18  1.1     ross 	cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
     19  1.1     ross 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     20  1.2       he 	cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release
     21