summaryrefslogtreecommitdiff
path: root/distrib/special/dhclient
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-11 19:18:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-11 19:18:40 +0000
commit36833c9c4891976198e7b0801c54d2ebf6f89f2b (patch)
treeebcb9dd9e6696d65387f901b0e4061389b6df5d0 /distrib/special/dhclient
parente7522d98c12b146890cefeb5e7692fa86df71a08 (diff)
hash.c no longer used
Diffstat (limited to 'distrib/special/dhclient')
-rw-r--r--distrib/special/dhclient/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile
index 0fbc2fd3ff4..c8b686cac3d 100644
--- a/distrib/special/dhclient/Makefile
+++ b/distrib/special/dhclient/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2004/05/04 13:10:11 henning Exp $
+# $OpenBSD: Makefile,v 1.8 2005/07/11 19:18:39 deraadt Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
COPTS+=-Os
CLIENT_PATH='"PATH=/usr/bin:/usr/sbin:/bin:/sbin"'
CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient
-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
PROG= dhclient