# $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
# $FreeBSD: stable/5/usr.bin/bluetooth/bthost/Makefile 121054 2003-10-12 22:04:24Z emax $

PROG=		bthost
MAN=		bthost.1
SRCS=		bthost.c
WARNS?=		2

DPADD=		${LIBBLUETOOTH}
LDADD=		-lbluetooth 

.include <bsd.prog.mk>
