]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/bluetooth/btsockstat/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / bluetooth / btsockstat / Makefile
1 # $Id: Makefile,v 1.7 2003/08/14 20:07:14 max Exp $
2 # $FreeBSD$
3
4 PROG=           btsockstat
5 WARNS?=         2
6 BINGRP=         kmem
7 BINMODE=        2555
8
9 DPADD=          ${LIBBLUETOOTH} ${LIBKVM}
10 LDADD=          -lbluetooth -lkvm
11
12 .include <bsd.prog.mk>