diff options
author | Stef Simoens <stef.simoens@scarlet.be> | 2011-09-27 16:55:22 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-10-26 11:28:39 -0500 |
commit | f94e8836333f6dea142d9a7b29610fcc8d6b12a3 (patch) | |
tree | f5d47602839bb2fe0a82e35c1f921539bd0f8985 /net/Makefile | |
parent | b1da4dcb9913d6d28fa39c60dcf9c867c39486ef (diff) |
Add macvlan support
X-Gentoo-Bug: 384029
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=384029
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 664800df..e87d3ddd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -13,7 +13,7 @@ SRCS-Linux= iwconfig.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 \ ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ - vlan.sh + vlan.sh macvlan.sh SRCS-NetBSD= INC-NetBSD= ifwatchd.sh |