diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-11-11 05:39:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-11-11 05:39:05 +0000 |
commit | 83ccde157ddfd67008b61b9372bd41e6ff394f29 (patch) | |
tree | c27560e8e9827c2da70da54ebea211fcbbdb725c /distrib | |
parent | 1198164ba94d50906848d569b668a20621e6376d (diff) |
CLIENT_PATH died in 2014
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/dhclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile index 27a488d2d74..a54f3143adf 100644 --- a/distrib/special/dhclient/Makefile +++ b/distrib/special/dhclient/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2017/07/08 20:40:42 krw Exp $ +# $OpenBSD: Makefile,v 1.17 2019/11/11 05:39:04 deraadt Exp $ .include <bsd.own.mk> .PATH: ${.CURDIR}/../../../sbin/dhclient -CLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"' CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient SRCS= dhclient.c clparse.c dispatch.c bpf.c options.c \ conflex.c log.c kroute.c packet.c \ |