diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-07 21:38:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-11-07 21:38:28 +0000 |
commit | dc71ed3811908f96643052339e5832852dc88282 (patch) | |
tree | 0727acc06667a24c69eec1600ed316bac4f760aa /Makefile | |
parent | 3b3fec6d96e09a9469220d6ec48d24ca64c636b1 (diff) | |
download | mandoc-dc71ed3811908f96643052339e5832852dc88282.tar.gz |
soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);
found on Solaris 10 at OpenCSW
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -264,7 +264,11 @@ MANPAGE_OBJS = manpage.o mansearch.o mansearch_const.o manpath.o DEMANDOC_OBJS = demandoc.o -SOELIM_OBJS = soelim.o compat_stringlist.o +SOELIM_OBJS = soelim.o \ + compat_err.o \ + compat_getline.o \ + compat_progname.o \ + compat_stringlist.o WWW_MANS = apropos.1.html \ demandoc.1.html \ |