mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
14 lines
178 B
Makefile
14 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= units
|
|
FILES= definitions.units
|
|
FILESDIR= ${SHAREDIR}/misc
|
|
|
|
LIBADD= edit
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|