From 5ee9cac538f771a03b3dad6c9afe6a1d5d0a3c14 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sun, 28 Aug 2005 23:11:50 +0000 Subject: [PATCH 1/1] Don't mention radius twice in SUBDIRS --- pppd/plugins/Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/plugins/Makefile.linux b/pppd/plugins/Makefile.linux index b52f284..a1f5c32 100644 --- a/pppd/plugins/Makefile.linux +++ b/pppd/plugins/Makefile.linux @@ -9,9 +9,9 @@ BINDIR = $(DESTDIR)/sbin MANDIR = $(DESTDIR)/share/man/man8 LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION) -SUBDIRS := rp-pppoe pppoatm radius +SUBDIRS := rp-pppoe pppoatm # 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 -- 2.39.2