diff options
| author | Roy Marples <roy@marples.name> | 2014-04-25 10:42:37 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-04-25 10:42:37 +0000 |
| commit | 1a7ff10050590206a169186071ddfaa969f8fd79 (patch) | |
| tree | 04b8a3ba1268b3c9f3ccab2444588c895a8f571c /Makefile | |
| parent | 68747f8ff2d582db0e40c420adde5e8780eeb739 (diff) | |
| download | dhcpcd-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
