From 4b95e82a32f07ec80445dd4103103ebaa356c89b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 25 Feb 2011 18:48:10 +0100 Subject: Add new radixsort and sradixsort functions Taken from FreeBSD. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 315ad97..ad73456 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,7 @@ LIB_SRCS := \ fmtcheck.c \ nlist.c \ progname.c \ + radixsort.c \ vis.c unvis.c \ $(LIB_SRCS_GEN) LIB_SRCS_GEN := $(patsubst %,src/%,$(LIB_SRCS_GEN)) @@ -93,6 +94,8 @@ LIB_MANS := \ humanize_number.3 \ fmtcheck.3 \ mergesort.3 \ + radixsort.3 \ + sradixsort.3 \ nlist.3 \ pidfile.3 \ setmode.3 \ -- cgit v1.2.3