Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.8
      1  1.8     pavel #	$NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:23 pavel 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.8     pavel # If you change the list of distributed kernels, don't forget
      7  1.8     pavel # to update the release documentation in distrib/notes/common/contents
      8  1.8     pavel 
      9  1.5  jdolecek KERNEL_SETS=		GENERIC GENERIC.MP
     10  1.1      ross 
     11  1.1      ross BUILD_KERNELS+=		INSTALL
     12  1.3   thorpej 
     13  1.1      ross INSTALLATION_DIRS+=	installation/floppy	\
     14  1.1      ross 			installation/diskimage	\
     15  1.1      ross 			installation/instkernel	\
     16  1.1      ross 			installation/netboot	\
     17  1.1      ross 			installation/misc
     18  1.1      ross 
     19  1.1      ross snap_md_post:
     20  1.6     lukem 	cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
     21