From d98104c516834dc122cb04146af51810a79b72df Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 15 Sep 2000 08:07:05 +0000 Subject: Add/use MTREE_FOLLOWS_SYMLINKS make.conf option This is part of whole subsystem fixing Reviewed by: imp --- share/examples/etc/make.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'share') 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 # -- cgit v1.1