Module Name:    src
Committed By:   christos
Date:           Wed Jan 27 21:25:00 UTC 2016

Modified Files:
        src/tools/mandoc: Makefile

Log Message:
clean Makefile.local


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tools/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/tools/mandoc/Makefile
diff -u src/tools/mandoc/Makefile:1.8 src/tools/mandoc/Makefile:1.9
--- src/tools/mandoc/Makefile:1.8	Thu Dec 17 17:31:49 2015
+++ src/tools/mandoc/Makefile	Wed Jan 27 16:24:59 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2015/12/17 22:31:49 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2016/01/27 21:24:59 christos Exp $
 
 HOSTPROGNAME=	${_TOOL_PREFIX}mandoc
 HOST_SRCDIR=	external/bsd/mdocml/bin/mandoc
@@ -14,7 +14,7 @@ HOST_CPPFLAGS+=	-DOSNAME=${NETBSD_OSNAME
 
 DPSRCS+=	config.h
 
-CLEANFILES+=	config.log config.h
+CLEANFILES+=	config.log config.h Makefile.local
 
 config.h: configure 
 	SRCDIR=${DISTDIR} ${HOST_SH} ${DISTDIR}/configure

Reply via email to