aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-11 03:19:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-11 03:19:39 +0000
commit823aabe9b4e791e407f7e859b405545676d7c16f (patch)
tree4b806873f1828b047f4bc68f81e8179782648e70 /Makefile
parentf83aa17768d68d5034131b442e131541637a65b6 (diff)
downloadmandoc-823aabe9b4e791e407f7e859b405545676d7c16f.tar.gz
mandoc-823aabe9b4e791e407f7e859b405545676d7c16f.tar.zst
mandoc-823aabe9b4e791e407f7e859b405545676d7c16f.zip
work around lack of d_namlen and ALIGN/ALIGNBYTES on Linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bfe2fac..ea3da1fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.437 2014/08/11 01:39:00 schwarze Exp $
+# $Id: Makefile,v 1.438 2014/08/11 03:19:39 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -115,7 +115,9 @@ CGIBIN = man.cgi
DBLIB += -lsqlite3
-TESTSRCS = test-fgetln.c \
+TESTSRCS = test-dirent-namlen.c \
+ test-fgetln.c \
+ test-fts.c \
test-getsubopt.c \
test-mmap.c \
test-ohash.c \