diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-24 16:58:17 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-24 16:58:17 +0000 |
commit | ab9d545279c9e710bb49fc52e3d811874271f840 (patch) | |
tree | 9ce4e92267c56a3903d87969b0f5080b10b6931c /share/doc/smm/title | |
parent | d18deecba9a46bc9ffa2cda0ff7fe7ddb0227018 (diff) |
Eliminate groff(1) warnings.
Notes
Notes:
svn path=/head/; revision=69124
Diffstat (limited to 'share/doc/smm/title')
-rw-r--r-- | share/doc/smm/title/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile index 1cfc3d0f1071..899f9221038f 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> |