aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-18 07:03:51 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-03-18 07:03:51 +0000
commit07cf92fa274d436ab041daa4c6dc12ef5091ab5d (patch)
tree76b1a4be147c7a6b7a2715159591a59055c7cf08 /include
parent5a9e9cbac476f055cf01bb7fcf67b8a9c50248fa (diff)
downloadsrc-07cf92fa274d436ab041daa4c6dc12ef5091ab5d.tar.gz
src-07cf92fa274d436ab041daa4c6dc12ef5091ab5d.zip
Temporarily add mkdir/chown of /usr/include/${LUDIR} so that things
are consistent with the mtree file. These and all other mkdir/chown/ chmod calls shall be removed in a future version of this file.
Notes
Notes: svn path=/head/; revision=7131
Diffstat (limited to 'include')
-rw-r--r--include/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index a3002bc676a7..6755fdc9fdd4 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $
+# $Id: Makefile,v 1.20 1994/11/15 13:42:18 ache Exp $
#
# Doing a make install builds /usr/include
#
@@ -84,6 +84,8 @@ beforeinstall: ${SHARED}
copies:
rm -rf ${DESTDIR}/usr/include/${LUDIR}
+ mkdir ${DESTDIR}/usr/include/${LUDIR}
+ chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/${LUDIR}
@-for i in ${LDIRS} ${UDIRS}; do \
${ECHO} ${SHARED} $$i; \
rm -rf ${DESTDIR}/usr/include/$$i; \