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