diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-19 10:11:32 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-19 10:14:32 -0700 |
commit | baff1e37615921b37cfa166215d3d1c6531a81af (patch) | |
tree | f10c43792c2e6483bcd1caf66fe40bb3e9b1014f /net/Makefile | |
parent | doc/net.example.Linux.in: add hsr examples (diff) | |
download | netifrc-baff1e37615921b37cfa166215d3d1c6531a81af.tar.gz netifrc-baff1e37615921b37cfa166215d3d1c6531a81af.tar.bz2 netifrc-baff1e37615921b37cfa166215d3d1c6531a81af.zip |
net/Makefile: include iwd
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index ee48294..58483cd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -14,7 +14,7 @@ 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 \ ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ vlan.sh macvlan.sh ip6rd.sh firewalld.sh dummy.sh hsr.sh l2tp.sh \ - iw.sh wireguard.sh veth.sh dhclientv6.sh + iw.sh iwd.sh wireguard.sh veth.sh dhclientv6.sh SRCS-NetBSD= ifwatchd.sh.in INC-NetBSD= ifwatchd.sh |