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