diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-07 20:52:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-07 20:52:52 +0000 |
commit | c87f2b1ba757fbed3fb5c8015cc690c723f61b93 (patch) | |
tree | d9010efc784d0b9c26c72347c6ab7a8d1429fd81 /Makefile.depend | |
parent | f024d444d299de331f8a9c932e479fedfbba6c5e (diff) | |
download | mandoc-c87f2b1ba757fbed3fb5c8015cc690c723f61b93.tar.gz |
provide a simple stand-alone implementation of getline(3)
for systems lacking it
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 003edeb1..98a1928b 100644 --- a/Makefile.depend +++ b/Makefile.depend @@ -3,6 +3,7 @@ cgi.o: cgi.c config.h mandoc_aux.h mandoc.h roff.h mdoc.h man.h main.h manconf.h chars.o: chars.c config.h mandoc.h mandoc_aux.h mandoc_ohash.h compat_ohash.h libmandoc.h compat_err.o: compat_err.c config.h compat_fts.o: compat_fts.c config.h compat_fts.h +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 |