diff options
author | obrien <obrien@FreeBSD.org> | 2000-07-20 10:29:52 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-07-20 10:29:52 +0000 |
commit | d9ed53e01d15dc44e1be8c902ca1870c0ad9ec9e (patch) | |
tree | 173d7b6427394ea033bb27e45637ed0c665399fb /sbin | |
parent | 7d921abf9f636e7cc7bc8ece1d4d65747ea317c1 (diff) | |
download | FreeBSD-src-d9ed53e01d15dc44e1be8c902ca1870c0ad9ec9e.zip FreeBSD-src-d9ed53e01d15dc44e1be8c902ca1870c0ad9ec9e.tar.gz |
Need /usr/sbin for arp(8).
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 8d58041..49d655e 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 |