summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-07 21:38:28 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-07 21:38:28 +0000
commitdc71ed3811908f96643052339e5832852dc88282 (patch)
tree0727acc06667a24c69eec1600ed316bac4f760aa
parent3b3fec6d96e09a9469220d6ec48d24ca64c636b1 (diff)
downloadmandoc-dc71ed3811908f96643052339e5832852dc88282.tar.gz
soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);
found on Solaris 10 at OpenCSW
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 918d4e3c..c65dbf49 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \