]> git.ozlabs.org Git - ppp.git/blobdiff - chat/Makefile.linux
Do not strip installed binaries (#186)
[ppp.git] / chat / Makefile.linux
index 0732ec80dc2736431b1ec9178411ff0bd9e3d100..f082dab78e7b5a33c648004cf292991c9d67a594 100644 (file)
@@ -25,7 +25,7 @@ chat.o:       chat.c
 
 install: chat
        mkdir -p $(BINDIR) $(MANDIR)
-       $(INSTALL) -s -c chat $(BINDIR)
+       $(INSTALL) -c chat $(BINDIR)
        $(INSTALL) -c -m 644 chat.8 $(MANDIR)
 
 clean: