summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-09-15 08:07:05 +0000
committerache <ache@FreeBSD.org>2000-09-15 08:07:05 +0000
commitd98104c516834dc122cb04146af51810a79b72df (patch)
treea1653fb3ffb11df07d8997337b04aa47d4e1b5c9 /share
parentc1fd1180abc11b64bb99d2cc07092becce34d0b7 (diff)
downloadFreeBSD-src-d98104c516834dc122cb04146af51810a79b72df.zip
FreeBSD-src-d98104c516834dc122cb04146af51810a79b72df.tar.gz
Add/use MTREE_FOLLOWS_SYMLINKS make.conf option
This is part of whole subsystem fixing Reviewed by: imp
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 607f444..bed1cdc 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -43,6 +43,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# Compare before install
#INSTALL=install -C
#
+# Mtree will follow symlinks
+MTREE_FOLLOWS_SYMLINKS= -L
+#
# To enable building enstalling suidperl with the setuid bit turned on
#ENABLE_SUIDPERL= true
#
OpenPOWER on IntegriCloud