diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-20 05:04:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-20 05:04:16 +0000 |
commit | 0fd5a0a6010af1dd4799f413e8111dfafdfcae0b (patch) | |
tree | 9ee1bb59b71cebbb88ee976c44ec08c6fb7222f2 /libexec/Makefile | |
parent | 16ffad6e13222dc2566a095bcb2a768251840e3e (diff) |
rpc.lockd
Diffstat (limited to 'libexec/Makefile')
-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> |