summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-05 09:57:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-05 09:57:30 +0000
commit36e25e14709512171f0ddb56c1efa49d92b16e05 (patch)
tree92bc75b635acc52c5ef16d34a3ad3eaf06316c6b /libexec/Makefile
parentf3ff3e65a4211035b5fc486dfc7f4526787bc1be (diff)
rpc.yppasswdd, not rpc.yppasswd; obviously peter tested the non-YP case :)
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 1c4f4781a45..68babbb7b87 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
-# $Id: Makefile,v 1.5 1996/09/04 22:52:03 deraadt Exp $
+# $Id: Makefile,v 1.6 1996/09/05 09:57:29 deraadt Exp $
.include <bsd.own.mk>
@@ -9,7 +9,7 @@ SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
talkd telnetd tftpd uucpd
.if defined(YP)
-SUBDIR+=rpc.ypppasswd
+SUBDIR+=rpc.ypppasswdd
.endif
.include <bsd.subdir.mk>