diff options
author | ru <ru@FreeBSD.org> | 2000-11-24 16:58:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-24 16:58:17 +0000 |
commit | c51f388bcb937e23c0cfbe2b8a47e85d9ac8c240 (patch) | |
tree | 2beb3180b378bdd5f868d8460e04fb7c33f881f7 | |
parent | 53bd516123abab8beb6c336e51e1b02e79bdbbf5 (diff) | |
download | FreeBSD-src-c51f388bcb937e23c0cfbe2b8a47e85d9ac8c240.zip FreeBSD-src-c51f388bcb937e23c0cfbe2b8a47e85d9ac8c240.tar.gz |
Eliminate groff(1) warnings.
-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 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 <bsd.doc.mk> |