aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-10-20 18:06:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-10-20 18:06:53 +0000
commit62455323d629e5549ea772b25c628efe86b2a54f (patch)
treef0dd7efbb0f0968c79ceefbae3db12d516a7c6ad
parent95e452816eed3b4a7d973566b953bee5c109bcb9 (diff)
downloadmandoc-62455323d629e5549ea772b25c628efe86b2a54f.tar.gz
mandoc-62455323d629e5549ea772b25c628efe86b2a54f.tar.zst
mandoc-62455323d629e5549ea772b25c628efe86b2a54f.zip
add test-EFTYPE.c, related to configure rev. 1.43.2.5
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aca73e41..ea9e8a01 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.488.2.2 2016/08/02 11:19:26 schwarze Exp $
+# $Id: Makefile,v 1.488.2.3 2016/10/20 18:06:53 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -20,6 +20,7 @@ VERSION = 1.13.4
# === LIST OF FILES ====================================================
TESTSRCS = test-dirent-namlen.c \
+ test-EFTYPE.c \
test-err.c \
test-fts.c \
test-getline.c \