summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-06-26 15:32:45 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-06-26 15:32:45 +0000
commit4302697f34435cad47ded1d77367748a618f7227 (patch)
tree7c92b685f6777a439a79338923be006ff88fe741 /include
parent408ac6b074a2dfc6fdd986cc757367fe7d0758a8 (diff)
Install kerberosV includefiles
Diffstat (limited to 'include')
-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 \