mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
13 lines
166 B
Makefile
13 lines
166 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= units
|
|
FILES= definitions.units
|
|
FILESDIR= ${SHAREDIR}/misc
|
|
|
|
LIBADD= edit
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|