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, 0 insertions, 14 deletions
diff --git a/package/ppp/src/makedefs.linux b/package/ppp/src/makedefs.linux
deleted file mode 100644
index 061efabc6..000000000
--- a/package/ppp/src/makedefs.linux
+++ /dev/null
@@ -1,14 +0,0 @@
-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)