summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)