Makefile revision 88052
1# $FreeBSD: head/share/doc/smm/title/Makefile 88052 2001-12-17 13:45:56Z ru $
2
3VOLUME=	smm
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