summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-28 16:08:11 +0000
committerru <ru@FreeBSD.org>2005-01-28 16:08:11 +0000
commite68efdc747b96ab7b5b15251afdd1fe24ca86545 (patch)
tree95dc7b9b33e3ce4cad3849abbbacda29f778c0d9 /usr.sbin/bluetooth
parent83cae1af10dbd0a4b0bbee7988ff841948656c91 (diff)
downloadFreeBSD-src-e68efdc747b96ab7b5b15251afdd1fe24ca86545.zip
FreeBSD-src-e68efdc747b96ab7b5b15251afdd1fe24ca86545.tar.gz
Let bsd.prog.mk set SRCS and MAN to their default values.
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r--usr.sbin/bluetooth/bcmfw/Makefile1
-rw-r--r--usr.sbin/bluetooth/bt3cfw/Makefile1
-rw-r--r--usr.sbin/bluetooth/hcseriald/Makefile1
-rw-r--r--usr.sbin/bluetooth/l2ping/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/bluetooth/bcmfw/Makefile b/usr.sbin/bluetooth/bcmfw/Makefile
index e601a76..2427cf4 100644
--- a/usr.sbin/bluetooth/bcmfw/Makefile
+++ b/usr.sbin/bluetooth/bcmfw/Makefile
@@ -3,7 +3,6 @@
PROG= bcmfw
MAN= bcmfw.8
-SRCS= bcmfw.c
WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.sbin/bluetooth/bt3cfw/Makefile b/usr.sbin/bluetooth/bt3cfw/Makefile
index daa0f65..90bf751 100644
--- a/usr.sbin/bluetooth/bt3cfw/Makefile
+++ b/usr.sbin/bluetooth/bt3cfw/Makefile
@@ -3,7 +3,6 @@
PROG= bt3cfw
MAN= bt3cfw.8
-SRCS= bt3cfw.c
WARNS?= 2
DPADD= ${LIBNETGRAPH}
diff --git a/usr.sbin/bluetooth/hcseriald/Makefile b/usr.sbin/bluetooth/hcseriald/Makefile
index f21331b..ed0bf32 100644
--- a/usr.sbin/bluetooth/hcseriald/Makefile
+++ b/usr.sbin/bluetooth/hcseriald/Makefile
@@ -3,7 +3,6 @@
PROG= hcseriald
MAN= hcseriald.8
-SRCS= hcseriald.c
WARNS?= 2
DPADD= ${LIBNETGRAPH}
diff --git a/usr.sbin/bluetooth/l2ping/Makefile b/usr.sbin/bluetooth/l2ping/Makefile
index e62d2af..bc130e3 100644
--- a/usr.sbin/bluetooth/l2ping/Makefile
+++ b/usr.sbin/bluetooth/l2ping/Makefile
@@ -3,7 +3,6 @@
PROG= l2ping
MAN= l2ping.8
-SRCS= l2ping.c
WARNS?= 2
DPADD= ${LIBBLUETOOTH}
OpenPOWER on IntegriCloud