summaryrefslogtreecommitdiffstats
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
commitadabbf213c455215091757e8a41226b45d6f2128 (patch)
tree6301b81dcaa0c7c6ba87740f719eca25f29989e5 /Makefile
parent1c8453f78a03f9001101f31308bbb164b9990469 (diff)
downloadmandoc-adabbf213c455215091757e8a41226b45d6f2128.tar.gz
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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 44fed4fb..ebc27bce 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \