summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 07:22:47 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 07:22:47 +0000
commitfd715b05c52d454c3e8014209e686ae1d5e2cd45 (patch)
treeed64064f33e50d176feb852da0734d5ebbca63c7 /Makefile
parent84825d4f29a39415000bc64fe323b9fdc2ce9a0b (diff)
kerberosIV now understand "includes" target too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37006dca9e3..4700ea1853c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1996/05/18 05:37:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 1996/06/02 07:22:46 tholo Exp $
# $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
.include <bsd.own.mk> # for NOMAN, if it's there.
@@ -44,7 +44,7 @@ build:
(cd ${.CURDIR}/share/mk && ${MAKE} install)
(cd ${.CURDIR}/include; ${MAKE} includes)
.if defined(KERBEROS)
- (cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)
+ (cd ${.CURDIR}/kerberosIV/include && ${MAKE} includes)
.endif
${MAKE} cleandir
(cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install)