]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/bluetooth/bthost/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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
6 DPADD=          ${LIBBLUETOOTH}
7 LDADD=          -lbluetooth 
8
9 .include <bsd.prog.mk>