Home | History | Annotate | Line # | Download | only in common
      1  1.1  nia # $NetBSD: Makefile.minibase,v 1.1 2026/01/06 09:29:20 nia Exp $
      2  1.1  nia #
      3  1.1  nia # Certain CD-ROM ISO images are hitting the 700 MB limit and need a
      4  1.1  nia # smaller version of (uncompressed) base to boot the installer. They
      5  1.1  nia # can still contain the full compressed base.tgz for installation on
      6  1.1  nia # the target system.
      7  1.1  nia #
      8  1.1  nia # Focus on removing large binaries that are not necessary for
      9  1.1  nia # installation.
     10  1.1  nia #
     11  1.1  nia 
     12  1.1  nia CDSETS_EXCLUDE+=	usr/bin/atf-*
     13  1.1  nia CDSETS_EXCLUDE+=	usr/bin/cpp
     14  1.1  nia CDSETS_EXCLUDE+=	usr/bin/gcpp
     15  1.1  nia CDSETS_EXCLUDE+=	usr/libexec/postfix/*
     16  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/dhcpd
     17  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/dhcrelay
     18  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/hostapd
     19  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/ipftest
     20  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/named
     21  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/omshell
     22  1.1  nia CDSETS_EXCLUDE+=	usr/sbin/post*
     23  1.1  nia CDSETS_EXCLUDE+=	usr/share/misc/magic.mgc
     24  1.1  nia CDSETS_EXCLUDE+=	sbin/ipf
     25  1.1  nia CDSETS_EXCLUDE+=	sbin/pfctl
     26