summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-12-17 10:50:56 +0100
committerGuillem Jover <guillem@hadrons.org>2011-05-14 13:43:41 +0200
commit5b19adfa82b49bdb9b46c857b618c181f238290b (patch)
tree46c2c2487b10bf0533458da97309332f32c50444 /Makefile
parentacb7c42d7c394acf9a59c14e5aaf4f43be309acb (diff)
downloadlibbsd-5b19adfa82b49bdb9b46c857b618c181f238290b.tar.gz
Add getpeereid function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fc4b9fd..4aa64ef 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ LIB_SRCS := \
err.c \
fgetln.c \
flopen.c \
+ getpeereid.c \
heapsort.c \
humanize_number.c \
dehumanize_number.c \
@@ -84,6 +85,7 @@ LIB_MANS := \
strlcat.3 \
fgetln.3 \
flopen.3 \
+ getpeereid.3 \
readpassphrase.3 \
reallocf.3 \
humanize_number.3 \