diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-07-20 14:03:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-07-20 14:03:06 +0000 |
commit | adabbf213c455215091757e8a41226b45d6f2128 (patch) | |
tree | 6301b81dcaa0c7c6ba87740f719eca25f29989e5 /Makefile | |
parent | 1c8453f78a03f9001101f31308bbb164b9990469 (diff) | |
download | mandoc-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |