Home | History | Annotate | Line # | Download | only in etc.pmax
      1  1.18      flxd #	$NetBSD: Makefile.inc,v 1.18 2016/11/04 19:18:50 flxd Exp $
      2   1.1  jonathan #
      3   1.1  jonathan #	etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
      4   1.1  jonathan #
      5   1.3       cjs 
      6  1.16     pavel # If you change the list of distributed kernels, don't forget
      7  1.16     pavel # to update the release documentation in distrib/notes/common/contents
      8  1.16     pavel 
      9  1.17      matt .if ${MACHINE_ARCH} == "mipsel"
     10  1.17      matt 
     11  1.18      flxd KERNEL_SETS=		GENERIC GENERIC_USB
     12   1.4    simonb 
     13   1.8   thorpej BUILD_KERNELS=		INSTALL RAMDISK
     14   1.4    simonb 
     15  1.17      matt .else
     16  1.17      matt 
     17  1.18      flxd KERNEL_SETS=		GENERIC64 GENERIC64_USB
     18  1.17      matt 
     19  1.17      matt BUILD_KERNELS=		INSTALL64 RAMDISK64
     20  1.17      matt 
     21  1.17      matt .endif
     22  1.17      matt 
     23  1.10     lukem INSTALLATION_DIRS+=	installation/diskimage	\
     24  1.14       jmc 			installation/netboot \
     25  1.14       jmc 			installation/miniroot
     26