]> git.ozlabs.org Git - ppp.git/blobdiff - linux/Makefile.top
update from debian maintainer
[ppp.git] / linux / Makefile.top
index 1ebb8586c68126ae942446ea68023b6551afd9d0..616eb981374aa5864d7bb22d6a59920889c2a307 100644 (file)
@@ -1,12 +1,12 @@
 # PPP top-level Makefile for Linux.
 
 
-BINDIR = /usr/sbin
-MANDIR = /usr/man
-ETCDIR = /etc/ppp
+BINDIR = $(DESTDIR)/usr/sbin
+MANDIR = $(DESTDIR)/usr/man
+ETCDIR = $(DESTDIR)/etc/ppp
 
 # uid 0 = root
-INSTALL= install -o 0 -g daemon
+INSTALL= install
 
 all:
        cd chat; $(MAKE) $(MFLAGS) all