]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
typo
[ppp.git] / pppd / plugins / Makefile.linux
index 7cdfe42737d2b0dc54dea2d21cc92886195d1dc8..a7cf5d82edf8d43ee6d42d12903b95527c6a9f21 100644 (file)
@@ -1,10 +1,12 @@
 CC     = gcc
-CFLAGS = -g -O2 -I.. -I../../include -D_linux_=1 -fPIC
+CFLAGS = -g -O2 -I.. -I../../include -fPIC
 LDFLAGS        = -shared
 INSTALL        = install -o root
 
-SUBDIRS = rp-pppoe radius
-PLUGINS = minconn.so passprompt.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))