]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
Do not strip installed binaries (#186)
[ppp.git] / pppstats / Makefile.linux
index 71afbe67eff4916bfd70bb4ba9bf01b8d1c3d374..181937089753cf02dc64d50a10906d092b9ca3e9 100644 (file)
@@ -22,7 +22,7 @@ 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)