]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/bluetooth/btsockstat/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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>