diff options
| author | Roy Marples <roy@marples.name> | 2014-04-28 12:47:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-04-28 12:47:33 +0000 |
| commit | 7ec6b74beaaa10b9bbca33f56f0593eafa7d86cd (patch) | |
| tree | 821b7fa9050bc28013c360e4bfdb1fb17663e483 /Makefile | |
| parent | 94bec97280d1ade4731040e1fd9dd234fe0fdb3f (diff) | |
| download | dhcpcd-7ec6b74beaaa10b9bbca33f56f0593eafa7d86cd.tar.xz | |
Sorting interfaces is an IPv4 specific task, so move it into ipv4.c
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.c if-options.c if-pref.c script.c +SRCS+= if.c if-options.c script.c SRCS+= dhcp-common.c CFLAGS?= -O2 |
