X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;fp=pppd%2Fplugins%2FMakefile.linux;h=a7cf5d82edf8d43ee6d42d12903b95527c6a9f21;hb=6a6b5603a3b5db645e6f0e0d02ec1fc8243d529f;hp=971024af5665901c4feb1c050c07c77e756c67f4;hpb=5116fdc189652e3c39e2581a01b7ff5b4cefd514;p=ppp.git diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 971024a..a7cf5d8 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -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))