aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit4e652d4d4774328655449fc7545711106347d2ae (patch)
tree3ab2533f0abdd93e5c1c646cf339ba7813446622 /Makefile
parentf5089bf55cd66d1941039622ea9434e2a5480521 (diff)
downloadmandoc-4e652d4d4774328655449fc7545711106347d2ae.tar.gz
mandoc-4e652d4d4774328655449fc7545711106347d2ae.tar.zst
mandoc-4e652d4d4774328655449fc7545711106347d2ae.zip
remove strnlen(3) compat, we no longer use it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6e5238d5..e7c14452 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.424 2014/07/13 09:39:32 schwarze Exp $
+# $Id: Makefile,v 1.425 2014/08/04 23:44:29 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 ==============================================