diff options
author | ache <ache@FreeBSD.org> | 2000-09-16 22:08:24 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-16 22:08:24 +0000 |
commit | 49c15fff9a95e8566c036f63957c577979736d25 (patch) | |
tree | 3793660fe92102ecbf1bdd380f23178aafde03ac /etc | |
parent | b78291c4bc2142c6391fcce5a4727afe090e6178 (diff) | |
download | FreeBSD-src-49c15fff9a95e8566c036f63957c577979736d25.zip FreeBSD-src-49c15fff9a95e8566c036f63957c577979736d25.tar.gz |
Comment out MTREE_FOLLOWS_SYMLINKS by default, since it picked before mtree is
builded (on the clean machine without /etc/make.conf)
Submitted by: imp
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 2 |
1 files changed, 1 insertions, 1 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 |