From ae926017e1a6f0104b03b388ba2ee4b592db7e71 Mon Sep 17 00:00:00 2001 From: kostas <> Date: Sun, 21 Dec 1997 18:01:51 +0000 Subject: [PATCH] Added radixtree algorithm, derived from NetBSD-4.4 --- lib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index fd57dd702d..2fe3253527 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.29 1997/12/06 19:02:33 wessels Exp $ +# $Id: Makefile.in,v 1.30 1997/12/21 11:01:51 kostas Exp $ # prefix = @prefix@ srcdir = @srcdir@ @@ -33,6 +33,7 @@ UTILOBJS = rfc1123.o \ snprintf.o \ sha.o \ md5.o \ + radix.o \ String.o \ $(LIBOBJS) REGEXOBJS = GNUregex.o -- 2.47.3