From c51f388bcb937e23c0cfbe2b8a47e85d9ac8c240 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 24 Nov 2000 16:58:17 +0000 Subject: Eliminate groff(1) warnings. --- share/doc/smm/title/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share/doc') 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 -- cgit v1.1