diff options
| author | Roy Marples <roy@marples.name> | 2015-09-08 10:32:45 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-09-08 10:32:45 +0000 |
| commit | 8da0096ab3a77a8e8b5608ec1100ed4ed0a5db0c (patch) | |
| tree | e312e47709c150b4cecf5c18345173e8dd5aab91 /Makefile | |
| parent | 3fb5fabc8287b02e6f2bca4c41395013a5158ca3 (diff) | |
| download | dhcpcd-8da0096ab3a77a8e8b5608ec1100ed4ed0a5db0c.tar.xz | |
ifp may not be set, but ctx will be.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ TOP?= . include ${TOP}/iconfig.mk CSTD?= c99 -CFLAGS+= -std=${CSTD} +CFLAGS+= -std=${CSTD} --analyze SRCS+= ${DHCPCD_SRCS} |
