diff options
author | Sam James <sam@gentoo.org> | 2024-09-23 13:02:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-23 13:02:20 +0100 |
commit | 25ccdf84a42bd5f39cc3577e2e1aeaabbf037a4b (patch) | |
tree | 17a81d7fd7271b046ba6a47caa921ad82ca04176 | |
parent | Makefile.inc: prepare for netifrc-0.7.10 (diff) | |
download | netifrc-25ccdf84a42bd5f39cc3577e2e1aeaabbf037a4b.tar.gz netifrc-25ccdf84a42bd5f39cc3577e2e1aeaabbf037a4b.tar.bz2 netifrc-25ccdf84a42bd5f39cc3577e2e1aeaabbf037a4b.zip |
net: fix ip*6*token install
Fixes: c7e2531539064d3035e5ae2710e408e8975e354e
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 02c06fb..d4f9320 100644 --- a/net/Makefile +++ b/net/Makefile @@ -11,7 +11,7 @@ INC-FreeBSD= iwconfig.sh SRCS-Linux= iwconfig.sh.in udhcpc.sh.in INC-Linux= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ - ccwgroup.sh clip.sh ethtool.sh iproute2.sh iptoken.sh ifplugd.sh ip6to4.sh \ + ccwgroup.sh clip.sh ethtool.sh iproute2.sh ip6token.sh ifplugd.sh ip6to4.sh \ ipppd.sh iwconfig.sh netplugd.sh pppd.sh tuntap.sh udhcpc.sh \ vlan.sh macvlan.sh ip6rd.sh firewalld.sh dummy.sh hsr.sh l2tp.sh \ iw.sh iwd.sh wireguard.sh veth.sh dhclientv6.sh qmi.sh |