xref: /freebsd/usr.bin/asa/Makefile (revision b7412da2e122d9274341ef840c6918409bc523b3)
1.include <src.opts.mk>
2
3PROG=	asa
4HAS_TESTS=
5SUBDIR.${MK_TESTS}=	tests
6
7.include <bsd.prog.mk>
8