diff options
Diffstat (limited to 'net/Makefile.Linux')
-rw-r--r-- | net/Makefile.Linux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/Makefile.Linux b/net/Makefile.Linux index e69de29b..1a496c73 100644 --- a/net/Makefile.Linux +++ b/net/Makefile.Linux @@ -0,0 +1,8 @@ +SRCS+= iwconfig.sh.in +INC+= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ + ccwgroup.sh iproute2.sh ifplugd.sh ip6to4.sh ipppd.sh \ + iwconfig.sh netplugd.sh pppd.sh tuntap.sh udhcpc.sh vlan.sh + +.SUFFIXES: .sh.Linux.in +.sh.Linux.in.sh: + sed ${SED_REPLACE} ${SED_EXTRA} $< > $@ |