mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
14 lines
169 B
Makefile
14 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
|
|
LIBADD= util geom
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|