diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
commit | 2ee732eaeeed10b5fab41f27f0d2e90cc2286d86 (patch) | |
tree | 99de8655ffbb7f0e8158d993b7e3153167883291 /usr.sbin/dhcp | |
parent | 9bfb32fcb85b8cd467e4de8f4df1df52ade09c8b (diff) |
remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired.
ok millert@, henning@, david@
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 5a1958fe98b..84a1362c3f3 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"' CPPFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}/../includes \ - -DCLIENT_PATH=${CLIENT_PATH} -Wall -Werror + -DCLIENT_PATH=${CLIENT_PATH} -Wall COMMONDIR0!= cd ${.CURDIR}/../common; pwd .if exists(${COMMONDIR0}/${__objdir}) |