mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 10:06:25 +01:00
12 lines
119 B
Makefile
12 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/mdocml
|
|
|
|
PROG= demandoc
|
|
|
|
WARNS?= 5
|
|
|
|
LIBADD= mandoc
|
|
|
|
.include <bsd.prog.mk>
|