freebsd-dev/share/doc/usd/title/Makefile
2000-11-27 07:19:06 +00:00

14 lines
215 B
Makefile

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