diff options
Diffstat (limited to 'share/doc/smm/title/Makefile')
-rw-r--r-- | share/doc/smm/title/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile index b2bbe8fe9ee7..c1f1c9b64419 100644 --- a/share/doc/smm/title/Makefile +++ b/share/doc/smm/title/Makefile @@ -4,9 +4,4 @@ VOLUME= smm DOC= Title SRCS= Title -# unroff(1) requires a macro package as an argument -.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html" -MACROS= -ms -.endif - .include <bsd.doc.mk> |