diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-11-10 12:29:04 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-11-10 12:29:04 +0000 |
| commit | 3c817e2cc41956f4170e737d9663e3f01fbee3a4 (patch) | |
| tree | 81cdd0efc5393c2b941ab173ef3f64c025dcd789 /usr.sbin | |
| parent | 0600c8908000085ddfdd801ce2422f5f7c3fa4f1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index cefb8912e6831..0b525733603bd 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> |
