]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/bluetooth/btsockstat/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>