Module Name:    src
Committed By:   christos
Date:           Fri Dec 18 14:33:54 UTC 2015

Modified Files:
        src/external/bsd/mdocml/bin/mandoc: Makefile

Log Message:
chars is part of the library now.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/bin/mandoc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/bin/mandoc/Makefile
diff -u src/external/bsd/mdocml/bin/mandoc/Makefile:1.9 src/external/bsd/mdocml/bin/mandoc/Makefile:1.10
--- src/external/bsd/mdocml/bin/mandoc/Makefile:1.9	Fri Dec 18 06:12:33 2015
+++ src/external/bsd/mdocml/bin/mandoc/Makefile	Fri Dec 18 09:33:54 2015
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2015/12/18 11:12:33 christos Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/18 14:33:54 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=		mandoc
 
-SRCS=		chars.c main.c out.c tree.c \
+SRCS=		main.c out.c tree.c \
 		eqn_html.c eqn_term.c \
 		html.c man_html.c mdoc_html.c tbl_html.c \
 		manpath.c man_term.c mdoc_term.c term.c term_ascii.c \

Reply via email to