]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/bluetooth/btsockstat/Makefile
Import the kyua test framework.
[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 PACKAGE=        bluetooth
5 PROG=           btsockstat
6 WARNS?=         2
7 BINGRP=         kmem
8 BINMODE=        2555
9
10 LIBADD=         bluetooth kvm
11
12 .include <bsd.prog.mk>