summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-08-09 20:36:06 +0000
committermbr <mbr@FreeBSD.org>2003-08-09 20:36:06 +0000
commit28b45f597c794692b8be8c059fb43bc8fe3fe942 (patch)
treeb904088254e3a25d90acd6152aaa67e433e0d566 /sbin/dhclient
parent1cbf4845e485bfb0ea0089fec8e3c50016be45e2 (diff)
downloadFreeBSD-src-28b45f597c794692b8be8c059fb43bc8fe3fe942.zip
FreeBSD-src-28b45f597c794692b8be8c059fb43bc8fe3fe942.tar.gz
Turn the annoying and long error message off. It was so
long that it was even hard to find the real error cause. Requested by: rwatson
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/Makefile.inc b/sbin/dhclient/Makefile.inc
index d78692d..aa6044f 100644
--- a/sbin/dhclient/Makefile.inc
+++ b/sbin/dhclient/Makefile.inc
@@ -3,7 +3,7 @@
MAINTAINER= murray
WARNS= 0
-CFLAGS+= -I${DIST_DIR}/includes -DENABLE_POLLING_MODE
+CFLAGS+= -I${DIST_DIR}/includes -DENABLE_POLLING_MODE -DNOMINUM
CLIENTBINDIR= /sbin
RUNDIR= /var/run
OpenPOWER on IntegriCloud