From bd854ac71fe7045b74accc57b5e1933b411033be Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 6 Jan 2016 17:05:46 +0000 Subject: Always use the compat functions --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3