summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2016-01-06 17:05:46 +0000
committersin <sin@2f30.org>2016-01-06 17:07:47 +0000
commitbd854ac71fe7045b74accc57b5e1933b411033be (patch)
treebef1fa69b1beb9228cb59e9e4dd6c88d1faab3e2 /Makefile
parent2809fd3795e8445f686547d08eef4631efc05030 (diff)
Always use the compat functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d6454a..fb9c20c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,11 @@ DOC = \
TODO
HDR = compat.h
+COMPATOBJ = \
+ reallocarray.o\
+ strlcat.o\
+ strlcpy.o
+
OBJ = ${SRC:.c=.o} ${COMPATOBJ}
all: $(BIN)