source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: soelim(1) use getline(3) and err(3), and err(3) uses
@ 2015-11-07 21:38 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-11-07 21:38 UTC (permalink / raw)
  To: source

Log Message:
-----------
soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3);
found on Solaris 10 at OpenCSW

Modified Files:
--------------
    mdocml:
        Makefile

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/mdocml/Makefile,v
retrieving revision 1.478
retrieving revision 1.479
diff -LMakefile -LMakefile -u -p -r1.478 -r1.479
--- Makefile
+++ Makefile
@@ -264,7 +264,11 @@ MANPAGE_OBJS	 = manpage.o mansearch.o ma
 
 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 \
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-07 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-07 21:38 mdocml: soelim(1) use getline(3) and err(3), and err(3) uses schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).