diff options
author | Roy Marples <roy@marples.name> | 2008-03-26 05:08:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-26 05:08:56 +0000 |
commit | e30ea10e6cb3d3eca370fdb22d479834ec3f86a4 (patch) | |
tree | ec7f604e005e9a71af0c68fb146799ef1efb3944 /net.Linux/Makefile | |
parent | 3f37d4771b7b88a9c17f8c4b677551ade486416f (diff) |
Fix some more prefix stuff.
Diffstat (limited to 'net.Linux/Makefile')
-rw-r--r-- | net.Linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/Makefile b/net.Linux/Makefile index fd6d0328..628f5f40 100644 --- a/net.Linux/Makefile +++ b/net.Linux/Makefile @@ -1,4 +1,4 @@ -DIR= ${RC_LIB}/net +DIR= ${PREFIX}/${RC_LIB}/net INC= 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 |