diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-20 21:51:35 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-20 21:51:35 +0000 |
| commit | 1be40924a9de84760dcd8f844aea8007bc8f305d (patch) | |
| tree | bfe10d9d8d24e6b3c9cfab322498d75241b85cd2 | |
| parent | 62d43a3bfcc2f308fa96d56e311361b35535118b (diff) | |
Notes
| -rw-r--r-- | usr.sbin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 695cbf91437a8..f3ff8ebc747b4 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,11 +1,11 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.123 1998/08/04 15:28:25 peter Exp $ +# $Id: Makefile,v 1.124 1998/08/17 05:48:22 gpalmer Exp $ # XXX MISSING: mkproto SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chkgrp chown chroot \ ckdist config cron ctm dev_mkdb diskpart edquota inetd kernbb \ - keyadmin keyserv lpr manctl mrouted mtest mtree \ - named named.reload named.restart ndc newsyslog nslookup nsupdate \ + keyadmin keyserv kvm_mkdb lpr manctl mrouted mtest mtree \ + named named.reload named.restart natd ndc newsyslog nslookup nsupdate \ pccard pciconf periodic pkg_install portmap \ ppp pppctl pppd pppstats procctl pw pwd_mkdb quot quotaon rarpd \ repquota rmt rpc.lockd rpc.statd rpc.yppasswdd rpc.ypxfrd \ @@ -21,7 +21,7 @@ SUBDIR+=mailstats makemap praliases sendmail .endif .if ${MACHINE_ARCH} == "i386" -SUBDIR+=crunch kgmon kvm_mkdb natd pcvt pnpinfo pstat rndcontrol \ +SUBDIR+=crunch kgmon pcvt pnpinfo pstat rndcontrol \ wlconfig IPXrouted SUBDIR+=apm apmconf bad144 fdformat fdwrite fdcontrol iostat \ |
