diff options
author | peter <peter@FreeBSD.org> | 1996-04-04 03:17:48 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-04-04 03:17:48 +0000 |
commit | 5722e92cdf9e6a08c64424e1bad4e61452902291 (patch) | |
tree | f30c69d908e1d750bead3b0ff302fd7f45e90493 /usr.sbin/Makefile | |
parent | 065f0f1d9066283d98b2e0cc7c38a5a825998d02 (diff) | |
download | FreeBSD-src-5722e92cdf9e6a08c64424e1bad4e61452902291.zip FreeBSD-src-5722e92cdf9e6a08c64424e1bad4e61452902291.tar.gz |
Add rpc.statd and the stub rpc.lockd, as these build and are of some use to
some people.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5e69ad1..c20d04c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.83 1996/02/12 15:11:59 wpaul Exp $ +# $Id: Makefile,v 1.84 1996/02/13 17:30:37 wollman Exp $ # XXX MISSING: mkproto SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \ @@ -7,7 +7,8 @@ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \ kgmon kvm_mkdb lpr lsdev manctl mkdosfs mrouted mtree named \ newsyslog nslookup pcvt pkg_install portmap ppp pppd \ pppstats pstat pwd_mkdb quot quotaon rarpd repquota rmt \ - rndcontrol routed rpc.yppasswdd rwhod sa sendmail sliplogin slstat \ + rndcontrol routed rpc.lockd rpc.statd rpc.yppasswdd rwhod sa \ + sendmail sliplogin slstat \ spray sup sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \ vnconfig watch wormcontrol xntpd xten ypbind yppoll yppush ypset \ ypserv zic |