Makefile revision 106146
1# $FreeBSD: head/share/doc/psd/title/Makefile 106146 2002-10-29 15:01:59Z ru $
2
3VOLUME=	psd
4DOC=	Title
5SRCS=	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