diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-01 08:43:58 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-01 08:43:58 +0000 |
| commit | 757eeda04b7393e24464dd8ec3a823b046eeb561 (patch) | |
| tree | 9059e56ae23cbabd5e6903995dcb45dc73d47b83 /include | |
| parent | 3c195773444850fbd9cf231761a4f76eaf863e5a (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index 1c4c8670df8f6..a278a1fcffa16 100644 --- a/include/Makefile +++ b/include/Makefile @@ -107,6 +107,7 @@ copies: rm -f ${DESTDIR}/usr/include/$i; \ fi .endfor + install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/usr/include mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .for i in ${LDIRS} ${LSUBDIRS} |
