From fa635cfc925a95fe5c84569b043866dc3482ce90 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 31 Jan 2016 15:27:53 +0100 Subject: always add strlcpy, strlcat, remove COMPAT #ifdef The overhead for OpenBSD is minimal. I will periodically sync from OpenBSD libc. --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26e7835..2c8f6e2 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ SRC = \ sfeed_web.c\ sfeed_xmlenc.c\ util.c\ - xml.c -COMPATSRC = \ + xml.c\ strlcat.c\ strlcpy.c BIN = \ @@ -48,11 +47,10 @@ DOC = \ README.xml\ TODO HDR = \ - compat.h\ util.h\ xml.h -OBJ = ${SRC:.c=.o} ${EXTRAOBJ} +OBJ = ${SRC:.c=.o} all: $(BIN) -- cgit v1.2.3