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