xref: /freebsd/usr.bin/bluetooth/btsockstat/Makefile (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
1# $Id: Makefile,v 1.7 2003/08/14 20:07:14 max Exp $
2# $FreeBSD$
3
4PACKAGE=	bluetooth
5PROG=		btsockstat
6WARNS?=		2
7BINGRP=		kmem
8BINMODE=	2555
9
10LIBADD=		bluetooth kvm
11
12.include <bsd.prog.mk>
13