Module Name:    src
Committed By:   christos
Date:           Tue Feb 12 20:46:10 UTC 2013

Modified Files:
        src/share/me: Makefile

Log Message:
me.7 is supplied both by groff and here. Don't include both.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/share/me/Makefile

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

Modified files:

Index: src/share/me/Makefile
diff -u src/share/me/Makefile:1.26 src/share/me/Makefile:1.27
--- src/share/me/Makefile:1.26	Sat Oct 25 18:27:36 2008
+++ src/share/me/Makefile	Tue Feb 12 15:46:10 2013
@@ -1,5 +1,7 @@
 #	@(#)Makefile	8.2 (Berkeley) 3/27/94
-#	$NetBSD: Makefile,v 1.26 2008/10/25 22:27:36 apb Exp $
+#	$NetBSD: Makefile,v 1.27 2013/02/12 20:46:10 christos Exp $
+
+.include <bsd.prog.mk>
 
 MELIB=	${BINDIR}/me
 #TMLIB=	${BINDIR}/tmac
@@ -7,10 +9,12 @@ MESRCS=	acm.me chars.me deltext.me eqn.m
 	index.me letterhead.me local.me null.me refer.me sh.me \
 	tbl.me thesis.me
 #TMSRCS=	tmac.e
+
+.if ${MKGROFF} == "no"
 MAN=	me.7
-CLEANFILES+= ${MESRCS:=.tmp}
+.endif
 
-.include <bsd.prog.mk>
+CLEANFILES+= ${MESRCS:=.tmp}
 
 .for M in ${MESRCS}
 

Reply via email to