summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-05-21 23:07:52 +0000
committerRoy Marples <roy@marples.name>2014-05-21 23:07:52 +0000
commit26c177737ee4c0c6dbe0bd33208a25574073c4b1 (patch)
tree940f22ddb6a2e870bbdb91f2ac9ec67827eb203b /Makefile
parentd8cb89586bb3eb504a0ba71177731e1f4aeb538b (diff)
downloaddhcpcd-26c177737ee4c0c6dbe0bd33208a25574073c4b1.tar.xz
Source now compiles on Solaris, just missing the if-sun.c support so
linking fails.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 082dd314..b68ec718 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,12 @@ SRCS+= if.c if-options.c script.c
SRCS+= dhcp-common.c
CFLAGS?= -O2
-CSTD?= c99
MKDIRS=
TOP?= .
include ${TOP}/iconfig.mk
+CSTD?= c99
CFLAGS+= -std=${CSTD}
SRCS+= ${DHCPCD_SRCS}