summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7284941..46fd0c1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ LIB_SRCS := \
hash/md5.c hash/md5hl.c \
setmode.c \
strmode.c \
+ strtonum.c \
strlcat.c strlcpy.c \
fmtcheck.c \
nlist.c \
@@ -62,6 +63,7 @@ LIB_MANS := \
arc4random.3 \
arc4random_addrandom.3 \
arc4random_stir.3 \
+ strtonum.3 \
strlcpy.3 \
strlcat.3 \
fgetln.3 \