]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
Take out the -o root argument to install. It is the default anyway
[ppp.git] / pppstats / Makefile.linux
index c97cf329bbef433c9bf8a16e75aa4888fe11d32d..6b8fb478d0682782286f8dff7585fe0f34fa32d0 100644 (file)
@@ -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)