From 3bacf06d3d34b5b40c667aba697b7cc62279cf7e Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 25 Mar 1999 11:40:23 +0000 Subject: From Philip Chong - don't try to install ipmaddr/iptunnel if they weren't built - make i18n-disabled builds work better --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-65-gdbad