summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-02-25 18:48:10 +0100
committerGuillem Jover <guillem@hadrons.org>2011-05-14 13:43:48 +0200
commit4b95e82a32f07ec80445dd4103103ebaa356c89b (patch)
tree236a7e2ba010872c1467ea493e90b91378a483e9 /Makefile
parentc766e58acf3a894644291d21f9c98d322ef8cd11 (diff)
downloadlibbsd-4b95e82a32f07ec80445dd4103103ebaa356c89b.tar.gz
Add new radixsort and sradixsort functions
Taken from FreeBSD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 \