]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/bluetooth/bthost/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / usr.bin / bluetooth / bthost / Makefile
1 # $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
2 # $FreeBSD$
3
4 PROG=           bthost
5 WARNS?=         2
6
7 DPADD=          ${LIBBLUETOOTH}
8 LDADD=          -lbluetooth 
9
10 .include <bsd.prog.mk>