Makefile revision 69124
1# $FreeBSD: head/share/doc/smm/title/Makefile 69124 2000-11-24 16:58:17Z ru $
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