diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-18 02:33:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-18 02:33:51 +0000 |
commit | d682261e1331abf1c2f9fa2d157d5b8f51360fdd (patch) | |
tree | bdfb3b8bf989978c206dcec64d6a236340e12333 /distrib | |
parent | 4a1d6cffe54d43f68ac12bada6700e439c77c5e4 (diff) |
two files deleted and krw did not notice
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/dhclient/Makefile | 6 |
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= |