summaryrefslogtreecommitdiff
path: root/kerberosIV/libexec
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-06-25 16:31:52 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-06-25 16:31:52 +0000
commitc8eea18686ccd3f45ea5539a56e5092546b781dc (patch)
tree6598842a9161c409001a958e3a23aae2f6b2be32 /kerberosIV/libexec
parent266e2a012b13f1c860bedc02ec83ba3cfba7e8a1 (diff)
Don't build conflicting programs when KERBEROS5 == "yes".
Diffstat (limited to 'kerberosIV/libexec')
-rw-r--r--kerberosIV/libexec/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/kerberosIV/libexec/Makefile b/kerberosIV/libexec/Makefile
index 868821f0e90..f7fb9a71f1e 100644
--- a/kerberosIV/libexec/Makefile
+++ b/kerberosIV/libexec/Makefile
@@ -1,5 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 2000/02/25 16:35:26 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/06/25 16:31:51 hin Exp $
-SUBDIR = kadmind kauthd kerberos kpropd
+.include <bsd.own.mk> # for KERBEROS5
+
+SUBDIR= kauthd kerberos kpropd
+
+.if (${KERBEROS5:L} != "yes")
+SUBDIR+=kadmin
+.endif
.include <bsd.subdir.mk> \ No newline at end of file