summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-01-09 23:49:32 +0100
committerGuillem Jover <guillem@hadrons.org>2010-01-10 13:36:38 +0100
commit98a2479f0ba02a0c54ff360aa5745ff5a6939b2e (patch)
tree3b0476711febb247822421d586d02f57af66176c /Makefile
parent57cc5326cf75826c5d3b415673e2574384d12850 (diff)
downloadlibbsd-98a2479f0ba02a0c54ff360aa5745ff5a6939b2e.tar.gz
Add flopen function
Taken from FreeBSD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d51ba1..be8314b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ LIB_SRCS := \
bsd_getopt.c \
err.c \
fgetln.c \
+ flopen.c \
heapsort.c \
humanize_number.c \
dehumanize_number.c \
@@ -76,6 +77,7 @@ LIB_MANS := \
strlcpy.3 \
strlcat.3 \
fgetln.3 \
+ flopen.3 \
readpassphrase.3 \
humanize_number.3 \
fmtcheck.3 \