Makefile revision 69250
1# $FreeBSD: head/share/doc/psd/title/Makefile 69250 2000-11-27 07:19:06Z ru $
2
3VOLUME=	psd
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