copy to /sbin/ebtables
diff --git a/INSTALL b/INSTALL
index dc17499..5a7d731 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,6 +22,7 @@
   option on the command line.
   The Makefile will append /man8/ebtables.8.
 - ethertypes is placed in /etc/
-- the userspace program ebtables is compiled.
+- the userspace program ebtables is compiled and the executable is copied
+  to in /sbin/ebtables.
 
 That's all
diff --git a/Makefile b/Makefile
index 67ee9cf..6aa8599 100644
--- a/Makefile
+++ b/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 @@
 /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