]> git.ozlabs.org Git - ppp.git/blobdiff - linux/Makefile.top
Add $(INSTDIR) to installation paths in Linux makefiles.
[ppp.git] / linux / Makefile.top
index 55405f1687ff662a932bde2fb6c03b57e7d22840..f63d45e58a78ab2e275c8dbffbac8469126ed8a4 100644 (file)
@@ -1,10 +1,10 @@
 # PPP top-level Makefile for Linux.
 
-DESTDIR = @DESTDIR@
+DESTDIR = $(INSTROOT)@DESTDIR@
 BINDIR = $(DESTDIR)/sbin
 INCDIR = $(DESTDIR)/include
 MANDIR = $(DESTDIR)/share/man
-ETCDIR = @SYSCONF@/ppp
+ETCDIR = $(INSTROOT)@SYSCONF@/ppp
 
 # uid 0 = root
 INSTALL= install