summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
blob: a0546fecceaae81320246c6afd42db04264c3db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#	$NetBSD: Makefile,v 1.189 2004/01/03 14:04:27 lukem Exp $
#	from: @(#)Makefile	5.20 (Berkeley) 6/12/93

.include <bsd.own.mk>

SUBDIR=	ac accton altq amd apm apmd arp bad144 bind bootp catman \
	chown chroot chrtbl cnwctl config cron dev_mkdb \
	dhcp diskpart dumpfs dumplfs edquota eeprom \
	envstat eshconfig etcupdate fssconfig grfconfig \
	grfinfo gspa hilinfo ifwatchd inetd installboot \
	iopctl iostat ipf irdaattach isdn iteconfig \
	kgmon lastlogin link lpr mailwrapper makefs \
	map-mbone mdconfig memswitch mlxctl mopd mountd moused \
	mrinfo mrouted mscdlabel mtrace \
	mtree ndbootd netgroup_mkdb nfsd ntp pcictl pkg_install pppd \
	pstat pwd_mkdb powerd quot quotacheck quotaon rarpd rbootd rdate \
	repquota rmt rpc.bootparamd rpc.lockd rpc.pcnfsd \
	rpc.statd rpcbind rwhod sa screenblank sesd \
	sliplogin slstats sntp \
	spray sunlabel sup sushi syslogd tadpolectl tcpdchk \
	tcpdmatch tcpdump timed tpctl traceroute trpt trsp unlink \
	usbdevs user videomode vipw vnconfig wiconfig wsconscfg \
	wsfontload wsmoused wsmuxctl zdump zic

.if (${MKKERBEROS} != "no")
SUBDIR+= hprop kadmin kdc kstash ktutil
.endif

.if (${MKYP} != "no")
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
.endif

.if ${TOOLCHAIN_MISSING} != "no"
SUBDIR+= mdsetimage
.endif

# IPv6
.if (${MKINET6} != no)
SUBDIR+=faithd ifmcstat mld6query ndp \
	rip6query route6d rtadvd traceroute6 rtsold
.endif

# ATM PVC
SUBDIR+=pvcsif pvctxctl

.if (${MKCRYPTO} != "no")
SUBDIR+= racoon
.endif

.include <bsd.subdir.mk>