aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-20 10:30:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-20 10:30:12 +0000
commitcc79c2dd057a92f581b8c1a81dc746edcf092180 (patch)
treea94a13b1bd9c621291bc36a701b89bbfedbd3665 /sbin
parent46e32530ef9837c7bbb5b669b4b1e3eb9593c1f2 (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 8d580419108b..49d655eadecf 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:/bin"'
+CFLAGS+= -DCLIENT_PATH='"PATH=/sbin:/usr/sbin:/bin"'
MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5
MAN8= dhclient.8 dhclient-script.8