]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/radius/Makefile.linux
Deduplicate ether_to_eui64() implementation (#204)
[ppp.git] / pppd / plugins / radius / Makefile.linux
index e7022636906d8219d75165fda6ffccda695c9fe0..3a15b03347cb5357e1f17f27ccb7d68438beef82 100644 (file)
@@ -12,7 +12,8 @@ VERSION = $(shell awk -F '"' '/VERSION/ { print $$2; }' ../../patchlevel.h)
 INSTALL        = install
 
 PLUGIN=radius.so radattr.so radrealms.so
-CFLAGS=-I. -I../.. -I../../../include -O2 -fPIC -DRC_LOG_FACILITY=LOG_DAEMON
+CFLAGS ?= -O2
+CFLAGS += -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON
 
 # Uncomment the next line to include support for Microsoft's
 # MS-CHAP authentication protocol.
@@ -36,9 +37,9 @@ all: $(PLUGIN)
 
 install: all
        $(INSTALL) -d -m 755 $(LIBDIR)
-       $(INSTALL) -s -c -m 755 radius.so $(LIBDIR)
-       $(INSTALL) -s -c -m 755 radattr.so $(LIBDIR)
-       $(INSTALL) -s -c -m 755 radrealms.so $(LIBDIR)
+       $(INSTALL) -c -m 755 radius.so $(LIBDIR)
+       $(INSTALL) -c -m 755 radattr.so $(LIBDIR)
+       $(INSTALL) -c -m 755 radrealms.so $(LIBDIR)
        $(INSTALL) -c -m 444 pppd-radius.8 $(MANDIR)
        $(INSTALL) -c -m 444 pppd-radattr.8 $(MANDIR)