Eliminate groff(1) warnings.

This commit is contained in:
ru 2000-11-24 16:58:17 +00:00
parent 53bd516123
commit c51f388bcb

View File

@ -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>