diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-02-25 18:48:10 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-05-14 13:43:48 +0200 |
commit | 4b95e82a32f07ec80445dd4103103ebaa356c89b (patch) | |
tree | 236a7e2ba010872c1467ea493e90b91378a483e9 /Makefile | |
parent | c766e58acf3a894644291d21f9c98d322ef8cd11 (diff) | |
download | libbsd-4b95e82a32f07ec80445dd4103103ebaa356c89b.tar.gz |
Add new radixsort and sradixsort functions
Taken from FreeBSD.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |