summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bt3cfw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/bt3cfw/Makefile')
-rw-r--r--usr.sbin/bluetooth/bt3cfw/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/bt3cfw/Makefile b/usr.sbin/bluetooth/bt3cfw/Makefile
new file mode 100644
index 0000000..05ae1ab
--- /dev/null
+++ b/usr.sbin/bluetooth/bt3cfw/Makefile
@@ -0,0 +1,15 @@
+# $Id: Makefile,v 1.1.1.1 2002/11/12 00:39:18 max Exp $
+# $FreeBSD$
+
+DESTDIR= /usr/sbin/
+MANDIR= ../share/man/man
+PROG= bt3cfw
+MAN8= bt3cfw.8
+WARNS?= 2
+CFLAGS+= -g -I../../../sys/netgraph/bluetooth/include
+SRCS= bt3cfw.c
+
+DPADD= ${LIBNETGRAPH}
+LDADD= -lnetgraph
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud