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