diff options
author | 1996-07-20 05:04:15 +0000 | |
---|---|---|
committer | 1996-07-20 05:04:15 +0000 | |
commit | f8667a45f8d2e3851871d18c315b9cf05818cfe8 (patch) | |
tree | d5ec418ebc828174e6d0790cd148eb2024d02641 | |
parent | compiles... (diff) | |
download | wireguard-openbsd-f8667a45f8d2e3851871d18c315b9cf05818cfe8.tar.xz wireguard-openbsd-f8667a45f8d2e3851871d18c315b9cf05818cfe8.zip |
rpc.lockd
-rw-r--r-- | libexec/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a418d46922f..be7f5c696f5 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $Id: Makefile,v 1.2 1995/10/23 07:44:22 deraadt Exp $ +# $Id: Makefile,v 1.3 1996/07/20 05:04:15 deraadt Exp $ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \ - mail.local makekey makewhatis rexecd rlogind rshd rpc.rquotad \ - rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd rpc.yppasswdd \ - talkd telnetd tftpd uucpd + mail.local makekey makewhatis rexecd rlogind rshd rpc.lockd \ + rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \ + rpc.yppasswdd talkd telnetd tftpd uucpd .include <bsd.subdir.mk> |