13 lines
200 B
Makefile
13 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
VOLUME= psd
|
|
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>
|