NetBSD/usr.sbin/Makefile

68 lines
1.8 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.279 2018/09/23 07:24:20 maxv Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
SUBDIR= ac accton acpitools altq apm apmd arp autofs \
bad144 bootp bta2dpd btattach btconfig btdevctl bthcid btpand catman \
chroot cnwctl cpuctl crash \
2013-03-25 02:23:33 +04:00
dev_mkdb diskpart dumpfs dumplfs \
edquota eeprom envstat eshconfig etcupdate extattrctl \
flashctl fssconfig fstyp fusermount fwctl \
gpioctl grfconfig gspa \
hdaudioctl \
2015-08-17 09:42:45 +03:00
i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \
isibootd iteconfig iwictl \
kgmon \
lastlogin ldpd link lmcconfig lockstat lpr \
mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \
2018-08-25 14:06:00 +03:00
ndbootd netgroup_mkdb nfsd \
ofctl \
2013-11-29 02:34:44 +04:00
paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \
powerd puffs \
quot quotacheck quotaon quotarestore \
rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
rpc.pcnfsd rpc.statd rpcbind rwhod \
sa screenblank sdpd service services_mkdb sesd schedctl \
sliplogin spray \
2014-07-26 23:32:37 +04:00
srtconfig sti sunlabel sup sysinst syslogd \
tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
unlink usbdevs user \
videomode vipw veriexecgen vnconfig \
wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \
zdump zic
.if ${MKMAKEMANDB} != "no"
SUBDIR+= makemandb
.endif
.if (${MKYP} != "no")
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
.endif
.if ${TOOLCHAIN_MISSING} != "no"
SUBDIR+= mdsetimage
.endif
.if (${MKINET6} != "no")
2015-12-13 05:26:08 +03:00
SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold
.endif
.if (${USE_INET6} != "no")
SUBDIR+=mld6query route6d rtadvd traceroute6
.endif
SUBDIR+= racoon racoonctl
1999-07-13 02:11:37 +04:00
# NPF
.if (${MKNPF} != "no")
SUBDIR+=npf
.endif
2004-06-25 04:06:09 +04:00
# PF
.if (${MKPF} != "no")
SUBDIR+=pf
.endif
2004-06-25 04:06:09 +04:00
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>