diff options
-rw-r--r-- | sbin/dhclient/Makefile | 4 |
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 |