summaryrefslogtreecommitdiffstats
path: root/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
commitdb5ae6e9d6c0b775ac1b90c31cb64f939cb3c4d9 (patch)
tree212379ad079b83e20d1af5dd03c903ca943042b3 /Makefile
parent00ea348b53ff619409b4281f5f89cd449874a11e (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 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9d6562a..b72d97f 100644
--- a/Makefile
+++ b/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