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