summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2010-07-30 08:00:41 +0200
committerGuillem Jover <guillem@hadrons.org>2011-02-23 14:44:37 +0100
commitacb7c42d7c394acf9a59c14e5aaf4f43be309acb (patch)
tree2ae0771436a1ba2a3c1dd8571672951bfbbb4904 /Makefile
parent06a60a166ab19000b024dc1f70880278c09d8bc3 (diff)
downloadlibbsd-acb7c42d7c394acf9a59c14e5aaf4f43be309acb.tar.gz
Add reallocf function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da3780a..fc4b9fd 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ LIB_SRCS := \
hash/md5.c \
pidfile.c \
readpassphrase.c \
+ reallocf.c \
setmode.c \
setproctitle.c \
strmode.c \
@@ -84,6 +85,7 @@ LIB_MANS := \
fgetln.3 \
flopen.3 \
readpassphrase.3 \
+ reallocf.3 \
humanize_number.3 \
fmtcheck.3 \
nlist.3 \