summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-11-10 12:29:04 +0000
committerbde <bde@FreeBSD.org>1998-11-10 12:29:04 +0000
commit76c8edc6bf56d9d3fa4c34458d6a803c260f2efc (patch)
treec6a3608a64bf599e41ac8309f4bdea024ce47516 /usr.sbin
parent3a805c89f4342c6328cdf6c10788f97ebf466ed3 (diff)
downloadFreeBSD-src-76c8edc6bf56d9d3fa4c34458d6a803c260f2efc.zip
FreeBSD-src-76c8edc6bf56d9d3fa4c34458d6a803c260f2efc.tar.gz
Fixed disorder.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile48
1 files changed, 23 insertions, 25 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index cefb891..0b52573 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,8 +1,9 @@
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
-# $Id: Makefile,v 1.134 1998/11/09 23:39:02 dima Exp $
+# $Id: Makefile,v 1.135 1998/11/10 06:38:40 dima Exp $
# XXX MISSING: mkproto
-SUBDIR= ac \
+SUBDIR= IPXrouted \
+ ac \
accton \
adduser \
amd \
@@ -13,16 +14,23 @@ SUBDIR= ac \
chkgrp \
chown \
chroot \
- crunch \
ckdist \
config \
cron \
+ crunch \
ctm \
dev_mkdb \
diskpart \
edquota \
inetd \
iostat \
+ ipfstat \
+ ipftest \
+ ipmon \
+ ipnat \
+ ipresend \
+ ipsend \
+ iptest \
kbdcontrol \
kbdmap \
kernbb \
@@ -64,8 +72,8 @@ SUBDIR= ac \
rpc.lockd \
rpc.statd \
rpc.yppasswdd \
- rpc.ypxfrd \
rpc.ypupdated \
+ rpc.ypxfrd \
rtprio \
rwhod \
sa \
@@ -86,22 +94,13 @@ SUBDIR= ac \
wormcontrol \
xntpd \
xten \
- ypbind \
yp_mkdb \
+ ypbind \
yppoll \
yppush \
- ypset \
ypserv \
- zic \
- IPXrouted
-
-SUBDIR+=ipfstat \
- ipftest \
- ipmon \
- ipnat \
- ipresend \
- ipsend \
- iptest
+ ypset \
+ zic
.if !defined(NO_SENDMAIL)
SUBDIR+=mailstats \
@@ -111,26 +110,25 @@ SUBDIR+=mailstats \
.endif
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=btxld \
- kgmon \
- pcvt \
- pnpinfo \
- rndcontrol \
- wlconfig \
-
SUBDIR+=apm \
apmconf \
bad144 \
+ btxld \
+ fdcontrol \
fdformat \
fdwrite \
- fdcontrol \
+ kgmon \
lptcontrol \
mixer \
mptable \
+ pcvt \
+ pnpinfo \
+ rndcontrol \
sgsc \
sicontrol \
spkrtest \
- stallion
+ stallion \
+ wlconfig
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud