From: Alan T. DeKok Date: Tue, 27 Jan 2026 21:12:22 +0000 (-0500) Subject: remove unused functionality X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55354937578eb28a984c35cf261abb19c995c4db;p=thirdparty%2Ffreeradius-server.git remove unused functionality if we want to change the raddbdir directory at install time, just use 'R=/path/to/stuf make install' --- diff --git a/Make.inc.in b/Make.inc.in index 158399dbdc2..ac212d4a913 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -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@