summaryrefslogtreecommitdiffstats
path: root/usr.bin/bluetooth/btsockstat/Makefile
blob: ea78892de4a732d9f8ffc0a3a33e2bdfbb669229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: Makefile,v 1.1.1.1 2002/09/09 16:12:49 max Exp $
# $FreeBSD$

PROG=		btsockstat
MAN1=		btsockstat.1

DESTDIR=        /usr/bin/
MANDIR=         ../share/man/man

WARNS?=		2
CFLAGS+=	-g -I../../../sys/netgraph/bluetooth/include/

SRCS=		btsockstat.c
DPADD=		${LIBKVM}
LDADD=		-lkvm 

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud