aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2001-02-13 00:18:37 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2001-02-13 00:18:37 +0000
commit8168205eb7306d2617e11d38d790b2f962aeb544 (patch)
tree713e27b7b254696a76bc5c82393fcc606c34758b /Makefile
parentActually install nameif. (diff)
downloadnet-tools-8168205eb7306d2617e11d38d790b2f962aeb544.tar.gz
net-tools-8168205eb7306d2617e11d38d790b2f962aeb544.tar.bz2
net-tools-8168205eb7306d2617e11d38d790b2f962aeb544.zip
added nameif to the makefile, fixed typo, changed version: to date
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe265cd..3df2be1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,10 @@
# NET-3 Networking Distribution for the LINUX operating
# system.
#
-# Version: Makefile 1.45 (1996-06-29)
+# Version: 2001-02-13
#
# Author: Bernd Eckenfels <net-tools@lina.inka.de>
-# Copyright 1995-1996 Bernd Eckebnfels, Germany
+# Copyright 1995-1996 Bernd Eckenfels, Germany
#
# URLs: ftp://ftp.inka.de/pub/comp/Linux/networking/NetTools/
# ftp://ftp.linux.org.uk/pub/linux/Networking/PROGRAMS/NetTools/
@@ -232,6 +232,7 @@ installbin:
install -m 0755 rarp ${BASEDIR}/sbin
install -m 0755 route ${BASEDIR}/sbin
install -m 0755 slattach $(BASEDIR)/sbin
+ install -m 0755 nameif $(BASEDIR)/sbin
ifeq ($(HAVE_IP_TOOLS),1)
install -m 0755 ipmaddr $(BASEDIR)/sbin
install -m 0755 iptunnel $(BASEDIR)/sbin