mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
# $FreeBSD$
|
|
|
|
VOLUME= psd
|
|
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>
|