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, 6 insertions, 11 deletions
diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile
index 7614881..c2314ba 100644
--- a/usr.bin/bluetooth/btsockstat/Makefile
+++ b/usr.bin/bluetooth/btsockstat/Makefile
@@ -1,19 +1,14 @@
-# $Id: Makefile,v 1.3 2003/03/24 23:59:49 max Exp $
+# $Id: Makefile,v 1.7 2003/08/14 20:07:14 max Exp $
# $FreeBSD$
PROG= btsockstat
+MAN= btsockstat.1
+SRCS= btsockstat.c
+WARNS?= 2
BINGRP= kmem
BINMODE= 2555
-MAN1= btsockstat.1
-
-DESTDIR= /usr/bin/
-MANDIR= ../share/man/man
-WARNS?= 2
-CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include/
-
-SRCS= btsockstat.c
-DPADD= ${LIBKVM}
-LDADD= -lkvm
+DPADD= ${LIBBLUETOOTH} ${LIBKVM}
+LDADD= -lbluetooth -lkvm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud