summaryrefslogtreecommitdiff
path: root/kerberosIV/lib/Makefile.inc
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-04-18 22:12:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-04-18 22:12:01 +0000
commitfbbd21b2d75835080abc3aa5757a1864f4c24e0f (patch)
tree770ed0cf24d6818c48a75a7b24906c42522423ad /kerberosIV/lib/Makefile.inc
parent03e7dafb2d9221701d755808f0d34aa5e0c211d7 (diff)
Install both kerb directories with install -d (suggested by millert@)
Diffstat (limited to 'kerberosIV/lib/Makefile.inc')
-rw-r--r--kerberosIV/lib/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosIV/lib/Makefile.inc b/kerberosIV/lib/Makefile.inc
index 2dcfc343462..c042e856f6f 100644
--- a/kerberosIV/lib/Makefile.inc
+++ b/kerberosIV/lib/Makefile.inc
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile.inc,v 1.2 2001/05/25 22:47:15 hin Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2002/04/18 22:12:00 espie Exp $
.if defined(INCLUDE_FILES)
includes:
+ ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
+ ${DESTDIR}/usr/include/kerberosIV
@-for i in ${INCLUDE_FILES}; do \
echo "installing `basename $$i`..." ;\
cmp -s $$i ${DESTDIR}/usr/include/kerberosIV/`basename $$i` || \