summaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2014-11-01 16:51:21 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2014-11-01 16:51:21 +0000
commite1103d6c9ef8a3ad5a86cb931922eb56bea0244a (patch)
tree79c690b6648e640d4c0df9753dba4010f89784b2 /sbin/dhclient
parent63208728922df403a1b81b0e3f77eeffa8e47505 (diff)
Unhook convert.c. It's empty but for the license text.
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 8ff5b6720f3..4a0ed0189c8 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2012/11/23 15:50:11 krw Exp $
+# $OpenBSD: Makefile,v 1.16 2014/11/01 16:51:20 krw Exp $
#
# Copyright (c) 1996, 1997 The Internet Software Consortium.
# All rights reserved.
@@ -33,7 +33,7 @@
.include <bsd.own.mk>
SRCS= dhclient.c clparse.c dispatch.c bpf.c options.c \
- conflex.c errwarn.c packet.c convert.c tables.c \
+ conflex.c errwarn.c packet.c tables.c \
parse.c privsep.c kroute.c
PROG= dhclient