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:
parent
d18deecba9
commit
ab9d545279
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69124
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user