xref: /freebsd/share/doc/usd/title/Makefile (revision c17d43407fe04133a94055b0dbc7ea8965654a9f)
1# $FreeBSD$
2
3VOLUME=	usd
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