Home | History | Annotate | Line # | Download | only in etc.alpha
Makefile.inc revision 1.10.2.1
      1  1.10.2.1     cjep #	$NetBSD: Makefile.inc,v 1.10.2.1 2021/05/31 22:06:55 cjep 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.10  thorpej KERNEL_SETS=		GENERIC
     10       1.1     ross 
     11  1.10.2.1     cjep EXTRA_KERNELS+=		GENERIC.QEMU
     12       1.1     ross BUILD_KERNELS+=		INSTALL
     13       1.3  thorpej 
     14       1.1     ross INSTALLATION_DIRS+=	installation/floppy	\
     15       1.1     ross 			installation/diskimage	\
     16       1.1     ross 			installation/instkernel	\
     17       1.9      snj 			installation/netboot
     18       1.1     ross 
     19       1.1     ross snap_md_post:
     20       1.6    lukem 	cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
     21