aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-21 19:08:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-21 19:08:22 +0000
commitf06384551913b779a93ecdaea68b57907069b151 (patch)
tree6f9377ef2c768ba7f5c7a8333ecb17e32478a06d
parentb993bfc21169e0fb0ce3c319fd1902b6db3b8b08 (diff)
Notes
-rw-r--r--sbin/dhclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 49d655eadecf..b6a73e8c18b1 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -11,7 +11,7 @@ SRCS+= alloc.c bpf.c conflex.c convert.c dispatch.c errwarn.c ethernet.c \
parse.c print.c raw.c socket.c tables.c tree.c upf.c
CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
-CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/usr/sbin:/bin"'
+CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/bin:/usr/sbin:/usr/bin"'
MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
MAN8= dhclient.8 dhclient-script.8