summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2001-06-26 15:32:44 +0000
committerhin <hin@openbsd.org>2001-06-26 15:32:44 +0000
commit9d0bffc1eae0162c2a8071f8acc7adaeed52a420 (patch)
tree3d8d49a0c812f1ab2bccb5fa98a01ca870c6430f
parentsymbolic names for icmp-type and codes, ok deraadt@ (diff)
downloadwireguard-openbsd-9d0bffc1eae0162c2a8071f8acc7adaeed52a420.tar.xz
wireguard-openbsd-9d0bffc1eae0162c2a8071f8acc7adaeed52a420.zip
Install kerberosV includefiles
-rw-r--r--include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 24db0a028a3..3559b169fde 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.93 2001/06/13 08:50:05 art Exp $
+# $OpenBSD: Makefile,v 1.94 2001/06/26 15:32:44 hin Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -68,6 +68,9 @@ SYS_INCLUDE?= copies
RDIRS+= ../kerberosIV/lib
PRDIRS+=../kerberosIV/lib/kadm ../kerberosIV/lib/krb
.endif
+.if ${KERBEROS5:L} == "yes"
+RDIRS+= ../kerberosV/lib
+.endif
prereq:
@for i in ${PRDIRS}; do \