]> git.ozlabs.org Git - ppp.git/commitdiff
don't compile the radius plugin by default
authorPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 22:31:24 +0000 (22:31 +0000)
committerPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 22:31:24 +0000 (22:31 +0000)
pppd/plugins/Makefile.linux

index 971024af5665901c4feb1c050c07c77e756c67f4..a7cf5d82edf8d43ee6d42d12903b95527c6a9f21 100644 (file)
@@ -3,8 +3,10 @@ CFLAGS = -g -O2 -I.. -I../../include -fPIC
 LDFLAGS        = -shared
 INSTALL        = install -o root
 
-SUBDIRS = rp-pppoe radius
-PLUGINS = minconn.so passprompt.so passwordfd.so
+SUBDIRS := rp-pppoe
+# Uncomment the next line to include the radius authentication plugin
+# SUBDIRS += radius
+PLUGINS := minconn.so passprompt.so passwordfd.so
 
 # include dependencies if present
 ifeq (.depend,$(wildcard .depend))