periodic - Don't include timestamps in e-mail output by default.
[dragonfly.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD: src/usr.sbin/Makefile,v 1.183.2.14 2003/04/16 11:01:51 ru Exp $
3 # $DragonFly: src/usr.sbin/Makefile,v 1.49 2008/09/30 12:20:29 hasso Exp $
4
5 .include "../sys/platform/${MACHINE_PLATFORM}/Makefile.inc"
6
7 # XXX MISSING:          mkproto
8 SUBDIR= 802_11 \
9         IPXrouted \
10         ac \
11         accton \
12         acpi \
13         adduser \
14         amd \
15         ancontrol \
16         arp \
17         asf \
18         atm \
19         authpf \
20         bootparamd \
21         btconfig \
22         bthcid \
23         burncd \
24         cdcontrol \
25         chkgrp \
26         chown \
27         chroot \
28         ckdist \
29         clog \
30         config \
31         cron \
32         daemon \
33         dconschat \
34         devinfo \
35         dev_mkdb \
36         dntpd \
37         edquota \
38         faithd \
39         fdcontrol \
40         fdformat \
41         fdwrite \
42         fwcontrol \
43         gifconfig \
44         hotplugd \
45         ifmcstat \
46         inetd \
47         iostat \
48         jail \
49         jexec \
50         jls \
51         kbdcontrol \
52         kbdmap \
53         kernbb \
54         keyserv \
55         lastlogin \
56         mailwrapper \
57         makewhatis \
58         manctl \
59         memcontrol \
60         mergemaster \
61         mixer \
62         mld6query \
63         mlxcontrol \
64         moused \
65         mrouted \
66         mtest \
67         mtree \
68         ndiscvt \
69         ndp \
70         newsyslog \
71         ngctl \
72         nghook \
73         pciconf \
74         periodic \
75         pfctl \
76         pflogd \
77         pnpinfo \
78         ppp \
79         pppctl \
80         pppd \
81         pppstats \
82         prefix \
83         procctl \
84         pstat \
85         pw \
86         pwd_mkdb \
87         quot \
88         quotaon \
89         rarpd \
90         rdate \
91         repquota \
92         resident \
93         rip6query \
94         rmt \
95         route6d \
96         rpc.lockd \
97         rpc.statd \
98         rpc.umntall \
99         rpc.yppasswdd \
100         rpc.ypupdated \
101         rpc.ypxfrd \
102         rpcbind \
103         rrenumd \
104         rtadvd \
105         rtprio \
106         rtsold \
107         rwhod \
108         sa \
109         sdpd \
110         sensorsd \
111         setkey \
112         sliplogin \
113         slstat \
114         spray \
115         syslogd \
116         tcpdchk \
117         tcpdmatch \
118         tcpdump \
119         timed \
120         traceroute \
121         traceroute6 \
122         trpt \
123         tzsetup \
124         usbd \
125         usbdevs \
126         vidcontrol \
127         vipw \
128         vknetd \
129         vnconfig \
130         watch \
131         watchdogd \
132         xten \
133         yp_mkdb \
134         ypbind \
135         yppoll \
136         yppush \
137         ypserv \
138         ypset \
139         zic
140
141 .if !defined(NO_IPFILTER)
142 SUBDIR+=ipftest \
143         ipresend \
144         ipsend \
145         iptest
146 .endif
147
148 .if !defined(NO_BIND)
149 SUBDIR+=named \
150         named.reload \
151         named.restart \
152         named-checkconf \
153         named-checkzone \
154         rndc \
155         rndc-confgen \
156         nslookup \
157         nsupdate
158 .endif
159
160 .if !defined(NO_LPR)
161 SUBDIR+=lpr
162 .endif
163
164 .if !defined(NO_NS_CACHING)
165 SUBDIR+=nscd
166 .endif
167
168 .if !defined(NO_SENDMAIL)
169 SUBDIR+=editmap \
170         mailstats \
171         makemap \
172         praliases \
173         sendmail
174 .endif
175
176 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
177 SUBDIR+= btxld
178 .endif
179
180 .if ${MACHINE_ARCH} == "i386"
181 SUBDIR+=apm \
182         apmd \
183         battd \
184         kgmon \
185         kgzip \
186         lptcontrol \
187         mptable \
188         rndcontrol \
189         sgsc \
190         sicontrol \
191         spkrtest \
192         stallion \
193         wlconfig
194 .if !defined(NO_I4B)
195 SUBDIR+=i4b
196 .endif
197 .endif
198
199 .ifdef BOOT0CFG_SUPPORT
200 SUBDIR+=boot0cfg
201 .endif
202
203 .ifdef WANT_INSTALLER
204 SUBDIR+=installer
205 .endif
206
207 .include <bsd.subdir.mk>