Home | History | Annotate | Line # | Download | only in usr.sbin
Makefile revision 1.300
      1 #	$NetBSD: Makefile,v 1.300 2025/12/24 20:06:00 thorpej Exp $
      2 #	from: @(#)Makefile	5.20 (Berkeley) 6/12/93
      3 
      4 .include <bsd.own.mk>
      5 
      6 SUBDIR=	ac accton acpitools altq apm apmd arp \
      7 	bad144 bootp catman \
      8 	certctl chroot cpuctl crash \
      9 	dev_mkdb diskpart dumpfs \
     10 	edquota eeprom emcfanctl envstat etcupdate extattrctl \
     11 	flashctl fssconfig fstyp fusermount fwctl \
     12 	gpioctl grfconfig gspa \
     13 	i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \
     14 	isibootd iteconfig \
     15 	kgmon \
     16 	lastlogin ldpd link lockstat lpr \
     17 	mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
     18 	mopd moused mrinfo mrouted mscdlabel mtrace mtree \
     19 	ndbootd netgroup_mkdb \
     20 	ofctl \
     21 	paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \
     22 	powerd puffs \
     23 	quot quotacheck quotaon quotarestore \
     24 	rarpd rbootd rdate repquota rmt rpc.bootparamd rpcbind rwhod \
     25 	sa screenblank service services_mkdb sesd schedctl \
     26 	sliplogin spray \
     27 	srtconfig sti sunlabel sysinst syslogd \
     28 	tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
     29 	umcpmioctl unlink usbdevs user \
     30 	videomode vipw veriexecgen vnconfig \
     31 	wakeonlan wg-keygen wg-userspace wgconfig \
     32 	wsconscfg wsfontload wsmoused wsmuxctl \
     33 	zdump zic
     34 
     35 .if (${MKAUDIO} != "no")
     36 SUBDIR+= hdaudioctl
     37 .endif
     38 
     39 .if (${MKAUTOFS} != "no")
     40 SUBDIR+= autofs
     41 .endif
     42 
     43 .if (${MKLFS} != "no")
     44 SUBDIR+= dumplfs
     45 .endif
     46 
     47 .if (${MKNFS} != "no")
     48 SUBDIR+= mountd nfsd rpc.lockd rpc.pcnfsd rpc.statd
     49 .endif
     50 
     51 .if (${MKBLUETOOTH} != "no")
     52 SUBDIR+= bta2dpd btattach btconfig btdevctl bthcid btpand sdpd
     53 .endif
     54 
     55 .if ${MKMAKEMANDB} != "no"
     56 SUBDIR+= makemandb
     57 .endif
     58 
     59 .if (${MKYP} != "no")
     60 SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
     61 .endif
     62 
     63 .if ${TOOLCHAIN_MISSING} != "no"
     64 SUBDIR+= mdsetimage
     65 .endif
     66 
     67 .if (${MKINET6} != "no")
     68 SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold
     69 .endif
     70 .if (${USE_INET6} != "no")
     71 SUBDIR+=mld6query route6d rtadvd traceroute6 
     72 .endif
     73 
     74 .if (${MKIPSEC} != "no")
     75 SUBDIR+= plainrsa-gen racoon racoonctl
     76 .endif
     77 
     78 SUBDIR+= nvmmctl
     79 
     80 # NPF
     81 .if (${MKNPF} != "no")
     82 SUBDIR+=npf
     83 .endif
     84 
     85 # PF
     86 .if (${MKPF} != "no")
     87 SUBDIR+=pf
     88 .endif
     89 
     90 .if (${MKWLAN} != "no")
     91 SUBDIR+=cnwctl iwictl wiconfig wlanctl
     92 .endif
     93 
     94 .include <bsd.subdir.mk>
     95