mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00: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>
|