summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-04 23:44:29 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-04 23:44:29 +0000
commit5006daea854fb2fa8532dd9925a3c355dfd540b6 (patch)
tree930ed885077838f36668aef81b5b39515ffb37df /Makefile
parente4a349ac473803960fb153f440cc49a05fb2b0d3 (diff)
downloadmandoc-5006daea854fb2fa8532dd9925a3c355dfd540b6.tar.gz
remove strnlen(3) compat, we no longer use it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fec3c33f..338fff6d 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,6 @@ TESTSRCS = test-fgetln.c \
test-reallocarray.c \
test-strlcat.c \
test-strlcpy.c \
- test-strnlen.c \
test-strptime.c
SRCS = LICENSE \
@@ -111,7 +110,6 @@ SRCS = LICENSE \
compat_strcasestr.c \
compat_strlcat.c \
compat_strlcpy.c \
- compat_strnlen.c \
compat_strsep.c \
config.h.post \
config.h.pre \
@@ -240,7 +238,6 @@ COMPAT_OBJS = compat_fgetln.o \
compat_strcasestr.o \
compat_strlcat.o \
compat_strlcpy.o \
- compat_strnlen.o \
compat_strsep.o
# === DEPENDENCY HANDLING ==============================================