aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>1999-03-25 11:40:23 +0000
committerPhil Blundell <philb@gnu.org>1999-03-25 11:40:23 +0000
commit3bacf06d3d34b5b40c667aba697b7cc62279cf7e (patch)
tree88d4a75a9f2216b74dc1da9d302e683eacfde77a /Makefile
parentFix filename in error message. (diff)
downloadnet-tools-3bacf06d3d34b5b40c667aba697b7cc62279cf7e.tar.gz
net-tools-3bacf06d3d34b5b40c667aba697b7cc62279cf7e.tar.bz2
net-tools-3bacf06d3d34b5b40c667aba697b7cc62279cf7e.zip
From Philip Chong <pchong@r-491a.ihouse.berkeley.edu>
- don't try to install ipmaddr/iptunnel if they weren't built - make i18n-disabled builds work better
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5498d3f..5cd801d 100644
--- a/Makefile
+++ b/Makefile
@@ -215,8 +215,10 @@ installbin:
install -m 0755 hostname ${BASEDIR}/bin
install -m 0755 slattach $(BASEDIR)/sbin
install -m 0755 plipconfig $(BASEDIR)/sbin
+ifeq ($(HAVE_IP_TOOLS),1)
install -m 0755 ipmaddr $(BASEDIR)/sbin
install -m 0755 iptunnel $(BASEDIR)/sbin
+endif
ln -fs hostname $(BASEDIR)/bin/dnsdomainname
ln -fs hostname $(BASEDIR)/bin/ypdomainname
ln -fs hostname $(BASEDIR)/bin/nisdomainname