]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused functionality
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jan 2026 21:12:22 +0000 (16:12 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jan 2026 21:33:38 +0000 (16:33 -0500)
if we want to change the raddbdir directory at install time,
just use 'R=/path/to/stuf make install'

Make.inc.in

index 158399dbdc2123d957243facaf5eb953a4e6737b..ac212d4a91307e03c424d9f93d01a47359373b5d 100644 (file)
@@ -20,19 +20,7 @@ mibdir               = @mibdir@
 logdir         = @logdir@
 includedir     = @includedir@
 
-#
-#  In some systems, we don't want to over-write ANY configuration.
-#  So we do:
-#
-#      $./configure
-#      $ make
-#      $ make -Draddbdir=/tmp/garbage install
-#
-#  and all of the configuration files go into /tmp/garbage
-#
-ifeq "${raddbdir}" ""
 raddbdir       = @raddbdir@
-endif
 modconfdir     = @modconfdir@
 radacctdir     = @radacctdir@
 top_builddir   = @abs_top_builddir@