mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
11 lines
119 B
Makefile
11 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/mdocml
|
|
|
|
PROG= demandoc
|
|
|
|
WARNS?= 5
|
|
|
|
LIBADD= mandoc
|
|
|
|
.include <bsd.prog.mk>
|