diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-20 10:27:40 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-20 10:27:40 +0000 |
| commit | 46e32530ef9837c7bbb5b669b4b1e3eb9593c1f2 (patch) | |
| tree | 234ebd9b0548600c1a7dde8f705a58afa64d5748 /sbin/dhclient | |
| parent | 5aa9d015a202889db49181c0e0e1ce6f814f0e3a (diff) | |
Notes
Diffstat (limited to 'sbin/dhclient')
| -rw-r--r-- | sbin/dhclient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 40d2a5bef23d..8d580419108b 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -11,6 +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"' MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 MAN8= dhclient.8 dhclient-script.8 |
