xref: /freebsd/usr.bin/bluetooth/bthost/Makefile (revision f0a75d274af375d15b97b830966b99a02b7db911)
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