diff options
Diffstat (limited to 'sbin/dhclient/Makefile')
-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 594c9aff1b4..4dfad35e18d 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2004/05/04 12:52:05 henning Exp $ +# $OpenBSD: Makefile,v 1.10 2005/07/11 18:09:09 krw Exp $ # # Copyright (c) 1996, 1997 The Internet Software Consortium. # All rights reserved. @@ -32,7 +32,7 @@ .include <bsd.own.mk> -SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ +SRCS= dhclient.c clparse.c alloc.c dispatch.c bpf.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \ parse.c privsep.c |