summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile186
1 files changed, 186 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
new file mode 100644
index 0000000..d276a0c
--- /dev/null
+++ b/usr.sbin/Makefile
@@ -0,0 +1,186 @@
+# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
+# $FreeBSD$
+
+# XXX MISSING: mkproto
+SUBDIR= IPXrouted \
+ ac \
+ accton \
+ adduser \
+ amd \
+ ancontrol \
+ arp \
+ atm \
+ bootparamd \
+ burncd \
+ cdcontrol \
+ chkgrp \
+ chown \
+ chroot \
+ ckdist \
+ config \
+ cron \
+ crunch \
+ ctm \
+ dev_mkdb \
+ devinfo \
+ digictl \
+ diskpart \
+ edquota \
+ extattrctl \
+ faithd \
+ fdcontrol \
+ fdformat \
+ fdwrite \
+ getextattr \
+ gifconfig \
+ ifmcstat \
+ inetd \
+ iostat \
+ ipftest \
+ ipresend \
+ ipsend \
+ iptest \
+ jail \
+ kbdcontrol \
+ kbdmap \
+ kernbb \
+ keyserv \
+ lastlogin \
+ manctl \
+ memcontrol \
+ mergemaster \
+ mixer \
+ mld6query \
+ mlxcontrol \
+ moused \
+ mrouted \
+ mtest \
+ mtree \
+ ndp \
+ newsyslog \
+ ngctl \
+ ntp \
+ nghook \
+ pccard \
+ pciconf \
+ periodic \
+ pim6dd \
+ pim6sd \
+ pkg_install \
+ pnpinfo \
+ ppp \
+ pppctl \
+ pppd \
+ pppstats \
+ prefix \
+ procctl \
+ pstat \
+ pw \
+ pwd_mkdb \
+ quot \
+ quotaon \
+ rarpd \
+ raycontrol \
+ repquota \
+ rip6query \
+ rmt \
+ route6d \
+ rpcbind \
+ rpc.lockd \
+ rpc.statd \
+ rpc.umntall \
+ rpc.yppasswdd \
+ rpc.ypupdated \
+ rpc.ypxfrd \
+ rrenumd \
+ rtadvd \
+ rtprio \
+ rtsold \
+ rwhod \
+ sa \
+ setextattr \
+ setkey \
+ sliplogin \
+ slstat \
+ spray \
+ sysinstall \
+ syslogd \
+ tcpdchk \
+ tcpdmatch \
+ tcpdump \
+ timed \
+ traceroute \
+ traceroute6 \
+ trpt \
+ tzsetup \
+ usbd \
+ usbdevs \
+ vidcontrol \
+ vipw \
+ vnconfig \
+ watch \
+ wicontrol \
+ xten \
+ yp_mkdb \
+ ypbind \
+ yppoll \
+ yppush \
+ ypserv \
+ ypset \
+ zic
+
+.if !defined(NO_BIND)
+SUBDIR+=named \
+ named.reload \
+ named.restart \
+ ndc \
+ nslookup \
+ nsupdate
+.endif
+
+.if !defined(NO_LPR)
+SUBDIR+=lpr
+.endif
+
+.if !defined(NO_MAILWRAPPER)
+SUBDIR+=mailwrapper
+.endif
+
+.if !defined(NO_SENDMAIL)
+SUBDIR+=mailstats \
+ makemap \
+ praliases \
+ sendmail
+.endif
+
+.if ${MACHINE_ARCH} == "alpha"
+SUBDIR+=elf2exe
+.endif
+
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+=acpi \
+ apm \
+ apmd \
+ btxld \
+ i4b \
+ kgmon \
+ kgzip \
+ lptcontrol \
+ mptable \
+ pcvt \
+ sgsc \
+ sicontrol \
+ spkrtest \
+ stallion \
+ wlconfig
+.endif
+
+.if ${MACHINE} == "i386"
+SUBDIR+=boot0cfg
+.endif
+
+.if ${MACHINE} == "pc98"
+SUBDIR+=boot98cfg
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud