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