]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
pppd: Fix a stack variable overflow in MSCHAP-v2
[ppp.git] / pppd / plugins / Makefile.linux
index 10bc4f0c7de9641045c57e5c68021783d32ced3a..0a7ec7badb2a62ec71ed9343b3aa6ed07246b00d 100644 (file)
@@ -1,17 +1,17 @@
-CC     = gcc
+#CC    = gcc
 COPTS  = -O2 -g
 CFLAGS = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
 INSTALL        = install
 
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-SUBDIRS := rp-pppoe
+SUBDIRS := rp-pppoe pppoatm pppol2tp
 # Uncomment the next line to include the radius authentication plugin
-SUBDIRS += radius
+SUBDIRS += radius
 PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
 
 # include dependencies if present