summaryrefslogtreecommitdiffstats
path: root/userspace/arptables/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:29:23 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:29:23 +0000
commit8866448fc89fa185fbad13a7741414846f6a70dd (patch)
tree267f32e2236e8600feeccaad9bb8930d6b1abad9 /userspace/arptables/Makefile
parent5da03759003eb649b6577a3a8855263b571f29a3 (diff)
Riccardo Murri <murri_at_dmmm.uniroma1.it>: introduce RUNTIME_NF_ARP_NUMHOOKS so arptables can be compiled straight from CVS + add DESTDIR option
Diffstat (limited to 'userspace/arptables/Makefile')
-rw-r--r--userspace/arptables/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/userspace/arptables/Makefile b/userspace/arptables/Makefile
index 9d6562a..b72d97f 100644
--- a/userspace/arptables/Makefile
+++ b/userspace/arptables/Makefile
@@ -6,9 +6,8 @@ KERNEL_DIR=include/linux
endif
ARPTABLES_VERSION:=0.0.3
OLD_ARPTABLES_VERSION:=0.0.2
-MANDIR?=/usr/local/man
-PREFIX:=/usr/local
+PREFIX:=$(DESTDIR)/usr/local
LIBDIR:=$(PREFIX)/lib
BINDIR:=$(PREFIX)/sbin
MANDIR:=$(PREFIX)/man