diff options
author | 1999-01-10 18:05:04 +0000 | |
---|---|---|
committer | 1999-01-10 18:05:04 +0000 | |
commit | 8a56dfdc9a34d4e3ad3643bc42d00e376f80c346 (patch) | |
tree | efde9c7318c4615bf227fcf4f1fc89c3011e55ed /Makefile | |
parent | Cosmetics (diff) | |
download | net-tools-8a56dfdc9a34d4e3ad3643bc42d00e376f80c346.tar.gz net-tools-8a56dfdc9a34d4e3ad3643bc42d00e376f80c346.tar.bz2 net-tools-8a56dfdc9a34d4e3ad3643bc42d00e376f80c346.zip |
Fix IPv6 compilation problems.
`netstat -c -i' works now (reported by rogerk@tis.com)
Update RPM spec & makefile for new tools.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -197,12 +197,16 @@ ipmaddr: $(NET-LIB) ipmaddr.o installbin: install -m 0755 -d ${BASEDIR}/sbin install -m 0755 -d ${BASEDIR}/bin - install -m 0755 arp ${BASEDIR}/sbin - install -m 0755 ifconfig ${BASEDIR}/sbin - install -m 0755 netstat ${BASEDIR}/bin - install -m 0755 rarp ${BASEDIR}/sbin - install -m 0755 route ${BASEDIR}/sbin - install -m 0755 hostname ${BASEDIR}/bin + install -m 0755 arp ${BASEDIR}/sbin + install -m 0755 ifconfig ${BASEDIR}/sbin + install -m 0755 netstat ${BASEDIR}/bin + install -m 0755 rarp ${BASEDIR}/sbin + install -m 0755 route ${BASEDIR}/sbin + install -m 0755 hostname ${BASEDIR}/bin + install -m 0755 slattach $(BASEDIR)/sbin + install -m 0755 plipconfig $(BASEDIR)/sbin + install -m 0755 ipmaddr $(BASEDIR)/sbin + install -m 0755 iptunnel $(BASEDIR)/sbin ln -fs hostname $(BASEDIR)/bin/dnsdomainname ln -fs hostname $(BASEDIR)/bin/ypdomainname ln -fs hostname $(BASEDIR)/bin/nisdomainname |