freebsd-src/usr.bin/asa/Makefile
Dag-Erling Smørgrav b7412da2e1 asa: Add some unit tests.
MFC after:	1 week
Sponsored by:	Klara, Inc.
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D40564
2023-06-15 19:24:59 +00:00

8 lines
95 B
Makefile

.include <src.opts.mk>
PROG= asa
HAS_TESTS=
SUBDIR.${MK_TESTS}= tests
.include <bsd.prog.mk>