diff options
author | Jaco Kroon <jaco@uls.co.za> | 2024-09-07 10:24:13 +0200 |
---|---|---|
committer | Jaco Kroon <jaco@uls.co.za> | 2024-09-07 10:26:28 +0200 |
commit | c7e2531539064d3035e5ae2710e408e8975e354e (patch) | |
tree | b7d33c35d8e499f64513c45a273f4d0b585b4034 | |
parent | net/ip6token.sh: cleanup whitespace (diff) | |
download | netifrc-c7e2531539064d3035e5ae2710e408e8975e354e.tar.gz netifrc-c7e2531539064d3035e5ae2710e408e8975e354e.tar.bz2 netifrc-c7e2531539064d3035e5ae2710e408e8975e354e.zip |
Actually install iptoken.sh.
This is a fixup of bde6dd2ad5b393e351ae8fd8d89f3bec62e52914 where I
didn't notice that I need to additionally add to the Makefile to have
the script installed.
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 22bd8d1..02c06fb 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 ifplugd.sh ip6to4.sh \ + ccwgroup.sh clip.sh ethtool.sh iproute2.sh iptoken.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 |