summaryrefslogtreecommitdiff
path: root/pppstats/Makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'pppstats/Makefile.linux')
-rw-r--r--pppstats/Makefile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux
index c97cf32..6b8fb47 100644
--- a/pppstats/Makefile.linux
+++ b/pppstats/Makefile.linux
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id: Makefile.linux,v 1.7 2004/10/31 21:27:24 paulus Exp $
+# $Id: Makefile.linux,v 1.8 2004/10/31 22:09:03 paulus Exp $
#
DESTDIR = @DESTDIR@
BINDIR = $(DESTDIR)/sbin
@@ -14,7 +14,7 @@ COPTS = -O
COMPILE_FLAGS = -I../include
LIBS =
-INSTALL= install -o root -g daemon
+INSTALL= install
CFLAGS = $(COPTS) $(COMPILE_FLAGS)