summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-04-25 10:42:37 +0000
committerRoy Marples <roy@marples.name>2014-04-25 10:42:37 +0000
commit1a7ff10050590206a169186071ddfaa969f8fd79 (patch)
tree04b8a3ba1268b3c9f3ccab2444588c895a8f571c /Makefile
parent68747f8ff2d582db0e40c420adde5e8780eeb739 (diff)
downloaddhcpcd-1a7ff10050590206a169186071ddfaa969f8fd79.tar.xz
Move net.c to if.c.
Ensure that if.c and if-KERNEL.c are namespaced correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e018f57..f9dadfe2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROG= dhcpcd
SRCS= common.c control.c dhcpcd.c duid.c eloop.c
-SRCS+= if-options.c if-pref.c net.c script.c
+SRCS+= if.c if-options.c if-pref.c script.c
SRCS+= dhcp-common.c
CFLAGS?= -O2