mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04: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>
|