diff options
author | brooks <brooks@FreeBSD.org> | 2013-01-09 21:07:08 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-01-09 21:07:08 +0000 |
commit | 8ab7717e288b7ee92b94499b85a61b53eaece449 (patch) | |
tree | 0a67e5deea12a9f24841c71093ee658bdb79f011 /tools | |
parent | 20f8f82daf3917d7ace388a468798b6088fb2938 (diff) | |
download | FreeBSD-src-8ab7717e288b7ee92b94499b85a61b53eaece449.zip FreeBSD-src-8ab7717e288b7ee92b94499b85a61b53eaece449.tar.gz |
Always install our mtree as /usr/sbin/fmtree and link it as
/usr/sbin/mtree by default.
Add a src.conf option WITH_NMTREE that causes NetBSD's mtree to be linked
as /usr/sbin/mtree as well as /usr/sbin/nmtree.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITH_NMTREE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/options/WITH_NMTREE b/tools/build/options/WITH_NMTREE new file mode 100644 index 0000000..1909a36 --- /dev/null +++ b/tools/build/options/WITH_NMTREE @@ -0,0 +1,9 @@ +\" $FreeBSD$ +Set to install +.Xr nmtree 8 +as +.Xr mtree 8 . +By default +.Xr fmtree 8 +is installed as +.Xr mtree 8 . |