diff options
author | mbr <mbr@FreeBSD.org> | 2003-08-09 20:36:06 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-08-09 20:36:06 +0000 |
commit | 28b45f597c794692b8be8c059fb43bc8fe3fe942 (patch) | |
tree | b904088254e3a25d90acd6152aaa67e433e0d566 /sbin/dhclient | |
parent | 1cbf4845e485bfb0ea0089fec8e3c50016be45e2 (diff) | |
download | FreeBSD-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.inc | 2 |
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 |