]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/Makefile.linux
Add radius to the list of plugins to be compiled by default
[ppp.git] / pppd / plugins / Makefile.linux
index c2c9146c1a5b115e771eeff7e33c98be4b1a483a..b52f284278008247a74935b64e12c293393c9240 100644 (file)
@@ -2,17 +2,17 @@ CC    = gcc
 COPTS  = -O2 -g
 CFLAGS = $(COPTS) -I.. -I../../include -fPIC
 LDFLAGS        = -shared
-INSTALL        = install -o root
+INSTALL        = install
 
 DESTDIR = @DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man
+MANDIR = $(DESTDIR)/share/man/man8
 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)
 
-SUBDIRS := rp-pppoe
+SUBDIRS := rp-pppoe pppoatm radius
 # Uncomment the next line to include the radius authentication plugin
 # SUBDIRS += radius
-PLUGINS := minconn.so passprompt.so passwordfd.so
+PLUGINS := minconn.so passprompt.so passwordfd.so winbind.so
 
 # include dependencies if present
 ifeq (.depend,$(wildcard .depend))