mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
15 lines
180 B
Makefile
15 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
|
|
LIBADD= util geom
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|