Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.7
      1  1.7     lukem #	$NetBSD: Makefile.inc,v 1.7 2002/12/02 13:31:17 lukem Exp $
      2  1.7     lukem #
      3  1.7     lukem #	etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
      4  1.7     lukem #
      5  1.3   thorpej 
      6  1.5  jdolecek KERNEL_SETS=		GENERIC GENERIC.MP
      7  1.1      ross 
      8  1.1      ross BUILD_KERNELS+=		INSTALL
      9  1.3   thorpej 
     10  1.1      ross INSTALLATION_DIRS+=	installation/floppy	\
     11  1.1      ross 			installation/diskimage	\
     12  1.1      ross 			installation/instkernel	\
     13  1.1      ross 			installation/netboot	\
     14  1.1      ross 			installation/misc
     15  1.1      ross 
     16  1.1      ross snap_md_post:
     17  1.6     lukem 	cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
     18