freebsd-dev/share/doc/usd/title/Makefile

14 lines
215 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
VOLUME= usd
SRCS= Title
FILES= ${SRCS}
DOC= Title
2000-11-27 07:19:06 +00:00
# unroff(1) requires a macro package as an argument
.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
MACROS= -ms
2000-11-27 07:19:06 +00:00
.endif
.include <bsd.doc.mk>