summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:42:30 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-12-30 17:42:30 +0000
commit05975076fce8a96d83afdc1f217c30f2fdc80f95 (patch)
treecb4f02837565351c497edec5575c3f4ed726a151 /userspace/ebtables2/Makefile
parent587bdcca5d688def9afa39b697ee8b4cf108a6bd (diff)
Riccardo Murri <murri_at_dmmm.uniroma1.it> add DESTDIR option
Diffstat (limited to 'userspace/ebtables2/Makefile')
-rw-r--r--userspace/ebtables2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index a0300fc..2f4fec0 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -4,7 +4,7 @@ PROGNAME:=ebtables
PROGVERSION:=2.0.5
PROGDATE:=July\ 2003
-MANDIR?=/usr/local/man
+MANDIR?=$(DESTDIR)/usr/local/man
CFLAGS:=-Wall -Wunused
CC:=gcc
@@ -18,10 +18,10 @@ OBJECTS:=getethertype.o ebtables.o communication.o $(EXT_OBJS)
KERNEL_INCLUDES?=include/
-ETHERTYPESPATH?=/etc
+ETHERTYPESPATH?=$(DESTDIR)/etc
ETHERTYPESFILE:=$(ETHERTYPESPATH)/ethertypes
-BINPATH?=/sbin/
+BINPATH?=$(DESTDIR)/sbin/
BINFILE:=$(BINPATH)ebtables
PROGSPECS:=-DPROGVERSION=\"$(PROGVERSION)\" \