Home | History | Annotate | Line # | Download | only in etc.macppc
Makefile.inc revision 1.12
      1 #	$NetBSD: Makefile.inc,v 1.12 2020/09/15 08:14:31 mrg Exp $
      2 #
      3 #	etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
      4 #
      5 
      6 # If you change the list of distributed kernels, don't forget
      7 # to update the release documentation in distrib/notes/common/contents
      8 
      9 .if ${MACHINE_ARCH} != "powerpc64"
     10 KERNEL_SETS=		GENERIC GENERIC.MP GENERIC_601 POWERMAC_G5 \
     11 			POWERMAC_G5.MP
     12 
     13 BUILD_KERNELS+=		INSTALL INSTALL_601 GENERIC_MD
     14 
     15 INSTALLATION_DIRS+=	installation/floppy
     16 .endif
     17