summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1995-12-16 21:10:34 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1995-12-16 21:10:34 +0000
commitfc6f8f9690028601db5c3f18884e944e81ea164e (patch)
tree48ef45172935d1739cbf27fad10fdf001ea7b65c /Makefile
parent4b63dbc5c878393c10c8ab7d3263123de66702af (diff)
Add support for building kerberosIV
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2469452ddff..8c004a644ac 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,10 @@ SUBDIR+= sys
SUBDIR+= domestic
.endif
+.if exists(kerberosIV)
+SUBDIR+= kerberosIV
+.endif
+
.if exists(regress)
.ifmake !(install)
SUBDIR+= regress
@@ -40,7 +44,7 @@ build:
(cd ${.CURDIR}/domestic/libcrypt && ${MAKE} depend && ${MAKE} && ${MAKE} install)
.endif
.if exists(kerberosIV)
- (cd ${.CURDIR}/kerberosIV && ${MAKE} depend && ${MAKE} && ${MAKE} install)
+ (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
.endif
${MAKE} depend && ${MAKE} && ${MAKE} install