From dc71ed3811908f96643052339e5832852dc88282 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 7 Nov 2015 21:38:28 +0000 Subject: soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3); found on Solaris 10 at OpenCSW --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \ -- cgit