diff options
Diffstat (limited to 'usr.sbin/dhcp')
-rw-r--r-- | usr.sbin/dhcp/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/Makefile.inc b/usr.sbin/dhcp/Makefile.inc index 933151d6abc..537075a53bb 100644 --- a/usr.sbin/dhcp/Makefile.inc +++ b/usr.sbin/dhcp/Makefile.inc @@ -38,7 +38,7 @@ CLIENT_PATH = '"PATH=/usr/bin:/usr/sbin:/bin:/sbin"' SRCS += alloc.c dispatch.c hash.c memory.c print.c bpf.c icmp.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c socket.c convert.c \ - ethernet.c parse.c tables.c + ethernet.c tables.c parse.c CPPFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../includes \ -DCLIENT_PATH=${CLIENT_PATH} -Wall -Werror |