freebsd-dev/share/doc/usd/title/Makefile
2001-12-17 13:45:56 +00:00

13 lines
200 B
Makefile

# $FreeBSD$
VOLUME= usd
SRCS= Title
DOC= Title
# unroff(1) requires a macro package as an argument
.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
MACROS= -ms
.endif
.include <bsd.doc.mk>