xref: /freebsd/usr.bin/bluetooth/bthost/Makefile (revision 0d1ba6657e90b1f9b76e1c393b1555d6cf6cf260)
1# $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
2# $FreeBSD$
3
4PROG=		bthost
5
6LIBADD=		bluetooth
7
8.include <bsd.prog.mk>
9