diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-23 19:19:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-23 19:19:13 +0000 |
commit | 4381c6e8a1553e1488c79150b156429d39169d4a (patch) | |
tree | d23be2ecafd68dad43130ec919ca850361aa0fc1 /sbin/dhclient/Makefile | |
parent | 3ded17d373374973a736f4ac489a185eca53518b (diff) |
remove allocation/storage/search code for subnets, shared networks, and
leases - it is server-only code.
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 1f149bab1e3..a5f4e5a1903 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2004/02/23 18:21:15 henning Exp $ +# $OpenBSD: Makefile,v 1.5 2004/02/23 19:19:12 henning 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 \ - alloc.c dispatch.c hash.c memory.c print.c bpf.c icmp.c options.c \ + alloc.c dispatch.c hash.c print.c bpf.c icmp.c options.c \ tree.c conflex.c errwarn.c inet.c packet.c convert.c \ ethernet.c tables.c parse.c |