diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-23 15:56:43 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-23 15:56:43 +0000 |
| commit | c2dc2eab500e150f4e203c54fc951042a7ad1fa6 (patch) | |
| tree | 30eb80d0a29399a9efd48b210bafcc8ad418af3f /include | |
| parent | 5d391de1d440e9c3d52dcdce97f5be280a220db1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 22bbe8a45b697..50cfada7e582e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.31 1995/11/12 19:29:08 markm Exp $ +# $Id: Makefile,v 1.32 1996/01/22 00:02:22 julian Exp $ # # Doing a make install builds /usr/include # @@ -92,6 +92,7 @@ copies: rm -rf ${DESTDIR}/usr/include/${LUDIR} mkdir ${DESTDIR}/usr/include/${LUDIR} chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/${LUDIR} + chmod 755 ${DESTDIR}/usr/include/${LUDIR} @-for i in ${LDIRS} ${UDIRS}; do \ ${ECHO} ${SHARED} $$i; \ rm -rf ${DESTDIR}/usr/include/$$i; \ |
