aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-07-20 14:03:06 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-07-20 14:03:06 +0000
commitfd04a2530af452252677a5bf5b97f05788e91ba6 (patch)
treed99ae6824e0744df85dbcab73401d09f8fd7cdb6 /Makefile
parent3eb0bed6d844a0f9be00a889a5131b93ef2ef355 (diff)
downloadmandoc-fd04a2530af452252677a5bf5b97f05788e91ba6.tar.gz
mandoc-fd04a2530af452252677a5bf5b97f05788e91ba6.tar.zst
mandoc-fd04a2530af452252677a5bf5b97f05788e91ba6.zip
Autodetect if -lrt is needed for nanosleep(3).
Helpful for Solaris 9 and 10. Reminded by Thomas Klausner.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df1116af..38f49721 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.489 2016/07/19 21:31:55 schwarze Exp $
+# $Id: Makefile,v 1.490 2016/07/20 14:03:06 schwarze Exp $
#
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
# Copyright (c) 2011, 2013-2016 Ingo Schwarze <schwarze@openbsd.org>
@@ -26,6 +26,7 @@ TESTSRCS = test-dirent-namlen.c \
test-getsubopt.c \
test-isblank.c \
test-mkdtemp.c \
+ test-nanosleep.c \
test-ohash.c \
test-pledge.c \
test-progname.c \