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