summaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index 78133d9a387..1c4f4781a45 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -1,9 +1,15 @@
# from: @(#)Makefile 5.7 (Berkeley) 4/1/91
-# $Id: Makefile,v 1.4 1996/08/26 08:40:12 downsj Exp $
+# $Id: Makefile,v 1.5 1996/09/04 22:52:03 deraadt Exp $
+
+.include <bsd.own.mk>
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd lfs_cleanerd \
mail.local makewhatis rexecd rlogind rshd rpc.lockd \
rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld rpc.sprayd \
- rpc.yppasswdd talkd telnetd tftpd uucpd
+ talkd telnetd tftpd uucpd
+
+.if defined(YP)
+SUBDIR+=rpc.ypppasswd
+.endif
.include <bsd.subdir.mk>