aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile.depend
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-07 20:52:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-07 20:52:52 +0000
commit91090b741273a8ad6061114d369045a4b16a580c (patch)
tree094288d07d953ce24e6d9eeccc5d4350f43a6c6e /Makefile.depend
parent52461cacec49af96b6b0643f4322e9fc0b36d403 (diff)
downloadmandoc-91090b741273a8ad6061114d369045a4b16a580c.tar.gz
mandoc-91090b741273a8ad6061114d369045a4b16a580c.tar.zst
mandoc-91090b741273a8ad6061114d369045a4b16a580c.zip
provide a simple stand-alone implementation of getline(3)
for systems lacking it
Diffstat (limited to 'Makefile.depend')
-rw-r--r--Makefile.depend1
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