summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/rfcomm_pppd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/rfcomm_pppd/Makefile')
-rw-r--r--usr.sbin/bluetooth/rfcomm_pppd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/bluetooth/rfcomm_pppd/Makefile b/usr.sbin/bluetooth/rfcomm_pppd/Makefile
new file mode 100644
index 0000000..0269123
--- /dev/null
+++ b/usr.sbin/bluetooth/rfcomm_pppd/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile,v 1.2 2003/03/15 03:07:50 max Exp $
+# $FreeBSD$
+
+DESTDIR= /usr/sbin/
+MANDIR= ../share/man/man
+PROG= rfcomm_pppd
+MAN8= rfcomm_pppd.8
+WARNS?= 2
+CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
+SRCS= rfcomm_pppd.c
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud