xref: /freebsd/usr.bin/bluetooth/bthost/Makefile (revision e1fe3dba5ce2826061f6489765be9b4a341736a9)
1# $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
2# $FreeBSD$
3
4PROG=		bthost
5WARNS?=		2
6
7DPADD=		${LIBBLUETOOTH}
8LDADD=		-lbluetooth
9
10.include <bsd.prog.mk>
11