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