]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/bluetooth/btsockstat/Makefile
This commit was generated by cvs2svn to compensate for changes in r173403,
[FreeBSD/FreeBSD.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>