From ce0ad79c4d1b7d895b6ebe75fe4b6fe782cdbcf6 Mon Sep 17 00:00:00 2001 From: bentley Date: Wed, 14 Aug 2019 05:59:50 +0000 Subject: [PATCH] Comment why USE_GROFF is necessary (.fc; see roff(7)). --- mail/nmh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index f96e73c1846..796821ac380 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2019/07/12 20:47:30 sthen Exp $ +# $OpenBSD: Makefile,v 1.46 2019/08/14 05:59:50 bentley Exp $ COMMENT= new MH mail handling program @@ -34,6 +34,8 @@ FLAVOR?= CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" SEPARATE_BUILD= Yes + +# much use of .fc USE_GROFF = Yes .if ${FLAVOR:Msasl}