Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.6
      1  1.6     lukem #	$NetBSD: Makefile.inc,v 1.6 2002/12/02 13:18:05 lukem Exp $
      2  1.3   thorpej 
      3  1.5  jdolecek KERNEL_SETS=		GENERIC GENERIC.MP
      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.6     lukem 	cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
     15