diff options
author | Roy Marples <roy@marples.name> | 2007-11-19 13:48:43 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-19 13:48:43 +0000 |
commit | 5f8cf73b22b259658d92397f3e6478ef80ed5691 (patch) | |
tree | 56b3aee976fcb92d04d406860081daaed8c7208c /net.Linux/Makefile | |
parent | 2ef9c5c5208d6d911c3826d94ac72c2bd9813c2c (diff) |
Our build chain now works with GNU and BSD make implementations
Diffstat (limited to 'net.Linux/Makefile')
-rw-r--r-- | net.Linux/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net.Linux/Makefile b/net.Linux/Makefile index a1472747..40c40f2d 100644 --- a/net.Linux/Makefile +++ b/net.Linux/Makefile @@ -1,8 +1,8 @@ -DIR = $(RC_LIB)/net -FILES = adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ - ccwgroup.sh clip.sh ifconfig.sh ifplugd.sh ip6to4.sh ipppd.sh \ - iproute2.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh \ - udhcpc.sh vlan.sh +DIR = $(RC_LIB)/net +CONF = adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ + ccwgroup.sh clip.sh ifconfig.sh ifplugd.sh ip6to4.sh ipppd.sh \ + iproute2.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh \ + udhcpc.sh vlan.sh TOPDIR = .. include $(TOPDIR)/default.mk |