mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D40564
7 lines
95 B
Makefile
7 lines
95 B
Makefile
.include <src.opts.mk>
|
|
|
|
PROG= asa
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}= tests
|
|
|
|
.include <bsd.prog.mk>
|