diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2018-08-23 18:18:52 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2018-08-23 18:18:52 +0000 |
| commit | a52fd948a287813298cb975caf8a400aa221611d (patch) | |
| tree | e159bb8814c571db8a9359da85e873d24d2fefeb /include | |
| parent | 101db63b420315d32792c53dbe759cb97005be63 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 73ce855469e50..372996def5deb 100644 --- a/include/Makefile +++ b/include/Makefile @@ -143,7 +143,7 @@ compat: rm -f ${SDESTDIR}${INCLUDEDIR}/$i; \ fi .endfor - mtree -deU ${MTREE_FOLLOWS_SYMLINKS} \ + mtree -deU ${NO_ROOT:D-W} ${MTREE_FOLLOWS_SYMLINKS} \ -f ${SRCTOP}/etc/mtree/BSD.include.dist \ -p ${SDESTDIR}${INCLUDEDIR} > /dev/null |
