diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-07-08 20:40:43 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-07-08 20:40:43 +0000 |
commit | 90a559cab5d3aeeb74c41ad6db76525d9d909efd (patch) | |
tree | 7736f476e9afdd2a023ce9a212e5683c277a4402 /distrib | |
parent | 72a91e0b11c9b9de0605480e11861c820402bc7a (diff) |
Unhook tables.c from Makefile.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/dhclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile index c015dab6d24..27a488d2d74 100644 --- a/distrib/special/dhclient/Makefile +++ b/distrib/special/dhclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2017/02/12 13:15:50 krw Exp $ +# $OpenBSD: Makefile,v 1.16 2017/07/08 20:40:42 krw Exp $ .include <bsd.own.mk> @@ -8,7 +8,7 @@ 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 \ - tables.c parse.c privsep.c + parse.c privsep.c PROG= dhclient LDADD+= -lutil DPADD+= ${LIBUTIL} |