summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/arptables/Makefile')
-rw-r--r--userspace/arptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index a8add38..99f8de6 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -12,6 +12,7 @@ PREFIX:=/usr/local
LIBDIR:=$(PREFIX)/lib
BINDIR:=$(PREFIX)/sbin
MANDIR:=$(PREFIX)/man
+DESTDIR:=
# include DESTDIR param
override LIBDIR:=$(DESTDIR)$(LIBDIR)