summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-06 21:44:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-06 21:44:29 +0000
commitb593155566be660410e906862096663095ccb4e6 (patch)
treedd4b89d9507350318ff1c158f5ab22c19b9c7bc7 /Makefile
parentc2cd9d42937ccf67c8bb594102c685afb6b5ff37 (diff)
hard-code the include installation path (mostly for speed)
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