diff options
| author | Roy Marples <roy@marples.name> | 2014-05-21 23:07:52 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-05-21 23:07:52 +0000 |
| commit | 26c177737ee4c0c6dbe0bd33208a25574073c4b1 (patch) | |
| tree | 940f22ddb6a2e870bbdb91f2ac9ec67827eb203b /Makefile | |
| parent | d8cb89586bb3eb504a0ba71177731e1f4aeb538b (diff) | |
| download | dhcpcd-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |
