From 2a798f11cdd469ebffe8c9f1f8119438d2881b08 Mon Sep 17 00:00:00 2001 From: krw Date: Sat, 8 Jul 2017 20:40:42 +0000 Subject: [PATCH] Unhook tables.c from Makefile. --- distrib/special/dhclient/Makefile | 4 ++-- 1 file 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 @@ -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} -- 2.20.1