diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 21:44:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-06 21:44:29 +0000 |
commit | b593155566be660410e906862096663095ccb4e6 (patch) | |
tree | dd4b89d9507350318ff1c158f5ab22c19b9c7bc7 /Makefile | |
parent | c2cd9d42937ccf67c8bb594102c685afb6b5ff37 (diff) |
hard-code the include installation path (mostly for speed)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |