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