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