From 9140cd193dd9545a10085cb72f935265e1efd332 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 10 Jul 2002 20:09:56 +0000 Subject: copy to /sbin/ebtables --- userspace/ebtables2/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'userspace/ebtables2/Makefile') diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile index 67ee9cf..6aa8599 100644 --- a/userspace/ebtables2/Makefile +++ b/userspace/ebtables2/Makefile @@ -2,7 +2,7 @@ KERNEL_DIR?=/usr/src/linux PROGNAME:=ebtables -PROGVERSION:="2.0pre9 (July 2002)" +PROGVERSION:="2.0pre10 (July 2002)" MANDIR?=/usr/local/man CFLAGS:=-Wall -Wunused @@ -51,9 +51,12 @@ $(MANDIR)/man8/ebtables.8: ebtables.8 /etc/ethertypes: ethertypes mkdir -p $(@D) install -m 0644 -o root -g root $< $@ +.PHONY: exec +exec: ebtables + install -m 0755 -o root -g root $< /sbin/ebtables install: $(MANDIR)/man8/ebtables.8 $(KERNEL_INCLUDES) \ - ebtables /etc/ethertypes + ebtables /etc/ethertypes exec clean: rm -f ebtables -- cgit v1.2.3