X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2FMakefile.linux;h=2fabeba80eacb436014d472ef307cdb90746b0ba;hb=a81af2d7cf2d6a53b37798311f47f71951e47345;hp=971024af5665901c4feb1c050c07c77e756c67f4;hpb=fd25394d146bb83043189608d30dd0eeb983186d;p=ppp.git diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index 971024a..2fabeba 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -1,10 +1,13 @@ CC = gcc -CFLAGS = -g -O2 -I.. -I../../include -fPIC +COPTS = -O2 -g +CFLAGS = $(COPTS) -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))