1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Eliminate groff(1) warnings.

This commit is contained in:
Ruslan Ermilov 2000-11-24 16:58:17 +00:00
parent d18deecba9
commit ab9d545279
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69124

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>