diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-05 13:37:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-05 13:37:57 +0000 |
commit | 2cdae8086437e70170a777305eec0949c2ca1afe (patch) | |
tree | 2c49f008432bcc010f9b23fe7f0b87f0796392da /distrib/special | |
parent | 6125c9520254f9f5a02306585a2739558339fa9c (diff) |
move to our new dhclient
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/dhclient/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile index b8970aea4a0..ecbf13092bf 100644 --- a/distrib/special/dhclient/Makefile +++ b/distrib/special/dhclient/Makefile @@ -1,19 +1,14 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/30 11:25:14 hugh Exp $ +# $OpenBSD: Makefile,v 1.6 2004/04/05 13:37:56 deraadt Exp $ .include <bsd.own.mk> -.PATH: ${.CURDIR}/../../../usr.sbin/dhcp/dhclient -.PATH: ${.CURDIR}/../../../usr.sbin/dhcp/common +.PATH: ${.CURDIR}/../../../sbin/dhclient COPTS+=-Os CLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"' -CPPFLAGS+= -I${.CURDIR}/../../../usr.sbin/dhcp \ - -I${.CURDIR}/../../../usr.sbin/dhcp/includes \ - -DCLIENT_PATH=${CLIENT_PATH} -SRCS= dhclient.c clparse.c \ - alloc.c dispatch.c hash.c memory.c print.c bpf.c icmp.c options.c \ - tree.c conflex.c errwarn.c inet.c packet.c socket.c convert.c \ - ethernet.c tables.c parse.c +CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient +SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ + tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c parse.c PROG= dhclient MAN= |