summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-10-24 00:17:57 +0200
committerGuillem Jover <guillem@hadrons.org>2009-12-10 20:54:00 +0100
commit538bc87998624377ba72589a0ee68e4527f82489 (patch)
tree0553be808f6f1d6a81879f4be4c845aa6a11e110 /Makefile
parent04250f6a7c3e2d22a9861b82615329e1dc328c93 (diff)
downloadlibbsd-538bc87998624377ba72589a0ee68e4527f82489.tar.gz
Add dehumanize_number function
Taken from NetBSD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4294b4a..4465a2d 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ LIB_SRCS := \
fgetln.c \
heapsort.c \
humanize_number.c \
+ dehumanize_number.c \
inet_net_pton.c \
hash/md5.c hash/md5hl.c \
setmode.c \