mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 04:33:12 -04:00
9 lines
102 B
Makefile
9 lines
102 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/mdocml
|
|
|
|
PROG= preconv
|
|
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|