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