diff options
-rw-r--r-- | etc/defaults/make.conf | 2 | ||||
-rw-r--r-- | share/examples/etc/make.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index bed1cdc..0f7486e 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -44,7 +44,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #INSTALL=install -C # # Mtree will follow symlinks -MTREE_FOLLOWS_SYMLINKS= -L +#MTREE_FOLLOWS_SYMLINKS= -L # # To enable building enstalling suidperl with the setuid bit turned on #ENABLE_SUIDPERL= true diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index bed1cdc..0f7486e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -44,7 +44,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ #INSTALL=install -C # # Mtree will follow symlinks -MTREE_FOLLOWS_SYMLINKS= -L +#MTREE_FOLLOWS_SYMLINKS= -L # # To enable building enstalling suidperl with the setuid bit turned on #ENABLE_SUIDPERL= true |