diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 16:13:21 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 16:13:21 +0000 |
commit | e5f3fe8c973de153c99b24e848fffdfe1cd000e2 (patch) | |
tree | ee8b6633d450fc6794f6244a5d60746a13d0bdfb /share/doc/smm/title | |
parent | 3c193bda8abd167a8850338025804856d57bfc9d (diff) |
PRINTERDEVICE can now take multiple values.
Notes
Notes:
svn path=/head/; revision=106151
Diffstat (limited to 'share/doc/smm/title')
-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> |