summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-24 16:58:17 +0000
committerru <ru@FreeBSD.org>2000-11-24 16:58:17 +0000
commitc51f388bcb937e23c0cfbe2b8a47e85d9ac8c240 (patch)
tree2beb3180b378bdd5f868d8460e04fb7c33f881f7 /share/doc
parent53bd516123abab8beb6c336e51e1b02e79bdbbf5 (diff)
downloadFreeBSD-src-c51f388bcb937e23c0cfbe2b8a47e85d9ac8c240.zip
FreeBSD-src-c51f388bcb937e23c0cfbe2b8a47e85d9ac8c240.tar.gz
Eliminate groff(1) warnings.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/smm/title/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile
index 1cfc3d0..899f922 100644
--- a/share/doc/smm/title/Makefile
+++ b/share/doc/smm/title/Makefile
@@ -4,6 +4,10 @@ VOLUME= smm
SRCS= Title
FILES= ${SRCS}
DOC= Title
+
+# unroff(1) requires a macro package as an argument
+.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
MACROS= -ms
+.endif
.include <bsd.doc.mk>
OpenPOWER on IntegriCloud