diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-19 15:05:39 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-19 15:05:39 +0000 |
commit | 56cb4234e5662769045031a7818f3b90d8116331 (patch) | |
tree | a0a9c88207b3cd49aacf895846a98ddde0aa6c6c /Makefile.depend | |
parent | 08a9df104ea806076574e38335bde3b3ed381325 (diff) | |
download | mandoc-56cb4234e5662769045031a7818f3b90d8116331.tar.gz |
Test availability of mkstemps(3) and provide a fallback implementation
in case it is missing; needed for SUN Solaris 10.
Diffstat (limited to 'Makefile.depend')
-rw-r--r-- | Makefile.depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.depend b/Makefile.depend index 55916ce1..d5f6556c 100644 --- a/Makefile.depend +++ b/Makefile.depend @@ -9,6 +9,7 @@ compat_getline.o: compat_getline.c config.h compat_getsubopt.o: compat_getsubopt.c config.h compat_isblank.o: compat_isblank.c config.h compat_mkdtemp.o: compat_mkdtemp.c config.h +compat_mkstemps.o: compat_mkstemps.c config.h compat_ohash.o: compat_ohash.c config.h compat_ohash.h compat_progname.o: compat_progname.c config.h compat_reallocarray.o: compat_reallocarray.c config.h |