1# $FreeBSD$ 2 3VOLUME= psd 4SRCS= Title 5DOC= Title 6 7# unroff(1) requires a macro package as an argument 8.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html" 9MACROS= -ms 10.endif 11 12.include <bsd.doc.mk> 13