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