summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-05-26 23:56:40 +0000
committerPaul Mackerras <paulus@samba.org>1996-05-26 23:56:40 +0000
commit766ad7d0b8abfcccfde8001e0c6c45e8e61e7ed1 (patch)
tree947228620f7a32f4cf64fac73ca55806b248c993 /pppstats
parent31e80dd05aec83cbee14a9ede031023188e31270 (diff)
mods from Al
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux
index 37add73..36af5f8 100644
--- a/pppstats/Makefile.linux
+++ b/pppstats/Makefile.linux
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.linux,v 1.1 1995/06/30 01:58:28 paulus Exp $
+# $Id: Makefile.linux,v 1.2 1996/05/26 23:56:40 paulus Exp $
#
PPPSTATSRCS = pppstats.c
@@ -18,7 +18,7 @@ CFLAGS = $(COPTS) $(COMPILE_FLAGS)
all: pppstats
install: pppstats
- $(INSTALL) -c pppstats $(BINDIR)/pppstats
+ $(INSTALL) -s -c pppstats $(BINDIR)/pppstats
$(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
pppstats: $(PPPSTATSRCS)