diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-19 08:30:48 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-19 08:30:48 +0000 |
commit | bf0fc80e550f918964af7dde47adea1db7437f3e (patch) | |
tree | 8d4d045d3f822128f3d60982d87eed9a586f7266 | |
parent | b69c1309df5bac82e07b1775a7ce6f71576525d7 (diff) |
rpc.lockd moved from libexec to usr.sbin
-rw-r--r-- | libexec/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index d75e881222e..075e8eee022 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,10 +1,10 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.12 1997/04/24 08:23:02 downsj Exp $ +# $OpenBSD: Makefile,v 1.13 1997/08/19 08:30:45 niklas Exp $ .include <bsd.own.mk> SUBDIR= atrun comsat fingerd ftpd getNAME getty identd \ - mail.local makewhatis rexecd rlogind rshd rpc.lockd \ + mail.local makewhatis rexecd rlogind rshd \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ talkd tcpd telnetd tftpd uucpd diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6056a963a64..3ae883e2ba6 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 1997/06/24 09:51:42 downsj Exp $ +# $OpenBSD: Makefile,v 1.28 1997/08/19 08:30:47 niklas Exp $ # not yet done: catman @@ -11,7 +11,7 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ kvm_mkdb lpr map-mbone mrinfo mopd mrouted mtrace mtree named \ netgroup_mkdb pkg_install portmap pppd pstat pwd_mkdb quot quotaon \ rarpd rbootd rdconfig rdate repquota rmt \ - rpc.bootparamd rpc.pcnfsd rwhod \ + rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ sa sendmail sliplogin slstats spray sysctl \ syslogd tcpdump timed traceroute trpt trsp \ vipw vnconfig zdump zic |