summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-18 02:33:51 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-18 02:33:51 +0000
commitd682261e1331abf1c2f9fa2d157d5b8f51360fdd (patch)
treebdfb3b8bf989978c206dcec64d6a236340e12333 /distrib
parent4a1d6cffe54d43f68ac12bada6700e439c77c5e4 (diff)
two files deleted and krw did not notice
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/dhclient/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile
index c8b686cac3d..e4ce45e0656 100644
--- a/distrib/special/dhclient/Makefile
+++ b/distrib/special/dhclient/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2005/07/11 19:18:39 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 2005/07/18 02:33:50 deraadt Exp $
.include <bsd.own.mk>
@@ -7,8 +7,8 @@
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 bpf.c options.c \
- tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c parse.c \
+SRCS= dhclient.c clparse.c dispatch.c bpf.c options.c \
+ conflex.c errwarn.c inet.c packet.c convert.c tables.c parse.c \
privsep.c
PROG= dhclient
MAN=