summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7e0da9e474c..a8fcc474a90 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1996/05/06 20:31:44 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1996/05/06 21:44:03 deraadt Exp $
# $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
.include <bsd.own.mk> # for NOMAN, if it's there.
@@ -38,7 +38,7 @@ afterinstall:
build:
(cd ${.CURDIR}/share/mk && ${MAKE} install)
- ${MAKE} includes
+ (cd ${.CURDIR}/include; ${MAKE} includes)
.if defined(KERBEROS)
(cd ${.CURDIR}/kerberosIV/include && ${MAKE} install)
.endif