]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
pppd: Make _PATH_CONNERRS world readable (#194)
[ppp.git] / pppstats / Makefile.linux
index cca6f0f61d87f70016e903dbad7821dc87473249..181937089753cf02dc64d50a10906d092b9ca3e9 100644 (file)
@@ -22,11 +22,11 @@ all: pppstats
 
 install: pppstats
        -mkdir -p $(MANDIR)
-       $(INSTALL) -s -c pppstats $(BINDIR)
+       $(INSTALL) -c pppstats $(BINDIR)
        $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)
 
 pppstats: $(PPPSTATSRCS)
-       $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o pppstats pppstats.c $(LIBS)
 
 clean:
        rm -f pppstats *~ #* core