summaryrefslogtreecommitdiffstats
path: root/usr.bin/bluetooth/btsockstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/bluetooth/btsockstat/Makefile')
-rw-r--r--usr.bin/bluetooth/btsockstat/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile
new file mode 100644
index 0000000..ea78892
--- /dev/null
+++ b/usr.bin/bluetooth/btsockstat/Makefile
@@ -0,0 +1,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