freebsd-dev/share/doc/smm/title/Makefile
2000-11-24 16:58:17 +00:00

14 lines
215 B
Makefile

# $FreeBSD$
VOLUME= smm
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>