diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-07-30 08:00:41 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2011-02-23 14:44:37 +0100 |
commit | acb7c42d7c394acf9a59c14e5aaf4f43be309acb (patch) | |
tree | 2ae0771436a1ba2a3c1dd8571672951bfbbb4904 /Makefile | |
parent | 06a60a166ab19000b024dc1f70880278c09d8bc3 (diff) | |
download | libbsd-acb7c42d7c394acf9a59c14e5aaf4f43be309acb.tar.gz |
Add reallocf function
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |