diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-15 08:08:04 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-09-15 08:08:04 +0000 |
| commit | 40a9e71856f8dcbc1f18ce06b56642362889d0c4 (patch) | |
| tree | 3c6da149887f5ec6993c70f8ef43e31eb64821d1 | |
| parent | a938a1fcf85b48c8f1e4d422aeb0322fdf0622de (diff) | |
Notes
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index cd185b95bf21..4c2459a46db3 100644 --- a/include/Makefile +++ b/include/Makefile @@ -103,7 +103,7 @@ copies: rm -f ${DESTDIR}/usr/include/$i; \ fi .endfor - mtree -deU -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ + mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/../etc/mtree/BSD.include.dist \ -p ${DESTDIR}/usr/include .for i in ${LDIRS} ${LSUBDIRS} cd ${.CURDIR}/../sys; \ |
