mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
12 lines
132 B
Makefile
12 lines
132 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
|
|
PROG= limits
|
|
LIBADD= util
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|