summaryrefslogtreecommitdiff
path: root/package/ppp/src/makedefs.linux
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/src/makedefs.linux')
-rw-r--r--package/ppp/src/makedefs.linux14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/ppp/src/makedefs.linux b/package/ppp/src/makedefs.linux
new file mode 100644
index 000000000..061efabc6
--- /dev/null
+++ b/package/ppp/src/makedefs.linux
@@ -0,0 +1,14 @@
+CC ?= gcc
+CPPFLAGS ?=
+CFLAGS ?= -O -pipe
+LDFLAGS ?=
+LIBS ?=
+
+INSTALL ?= install
+
+# Default installation locations
+DESTDIR = $(INSTROOT)/usr
+BINDIR = $(DESTDIR)/sbin
+MANDIR = $(DESTDIR)/share/man/man8
+INCDIR = $(DESTDIR)/include
+LIBDIR = $(DESTDIR)/lib/pppd/$(VERSION)