]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.linux
Merge branch 'master' of https://github.com/gburgessiv/ppp
[ppp.git] / pppstats / Makefile.linux
index 9b0a7e861be37c6538dfb24b7571c7edea73f1ae..cca6f0f61d87f70016e903dbad7821dc87473249 100644 (file)
@@ -1,10 +1,10 @@
 #
 # pppstats makefile
-# $Id: Makefile.linux,v 1.6 2004/10/29 00:12:27 paulus Exp $
+# $Id: Makefile.linux,v 1.9 2006/06/04 05:07:46 paulus Exp $
 #
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
-MANDIR = $(DESTDIR)/man/man8
+MANDIR = $(DESTDIR)/share/man/man8
 
 PPPSTATSRCS = pppstats.c
 PPPSTATOBJS = pppstats.o
@@ -14,7 +14,7 @@ COPTS = -O
 COMPILE_FLAGS = -I../include
 LIBS =
 
-INSTALL= install -o root -g daemon
+INSTALL= install
 
 CFLAGS = $(COPTS) $(COMPILE_FLAGS)