summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 92b45f1..69a1c5a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
MANPAGES = opkg-build.1
-DESTDIR=
-PREFIX=/usr/local
-bindir=$(PREFIX)/bin
-mandir=$(PREFIX)/man
+DESTDIR =
+PREFIX ?= /usr/local
+bindir ?= $(PREFIX)/bin
+mandir ?= $(PREFIX)/man
.SUFFIXES: .1