aboutsummaryrefslogtreecommitdiff
path: root/share/doc/psd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-10-29 16:13:21 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-10-29 16:13:21 +0000
commite5f3fe8c973de153c99b24e848fffdfe1cd000e2 (patch)
treeee8b6633d450fc6794f6244a5d60746a13d0bdfb /share/doc/psd
parent3c193bda8abd167a8850338025804856d57bfc9d (diff)
downloadsrc-e5f3fe8c973de153c99b24e848fffdfe1cd000e2.tar.gz
src-e5f3fe8c973de153c99b24e848fffdfe1cd000e2.zip
PRINTERDEVICE can now take multiple values.
Notes
Notes: svn path=/head/; revision=106151
Diffstat (limited to 'share/doc/psd')
-rw-r--r--share/doc/psd/title/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/doc/psd/title/Makefile b/share/doc/psd/title/Makefile
index c125c084489d..d073730b322c 100644
--- a/share/doc/psd/title/Makefile
+++ b/share/doc/psd/title/Makefile
@@ -4,9 +4,4 @@ VOLUME= psd
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>