summaryrefslogtreecommitdiff
path: root/usr.bin/bluetooth
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-28 16:08:11 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-28 16:08:11 +0000
commit254dd1666eaa21b0f7ecf37507e4ee0d44284abe (patch)
tree95dc7b9b33e3ce4cad3849abbbacda29f778c0d9 /usr.bin/bluetooth
parent1907e620378fb199406e5091b6e4a5aba9e242c7 (diff)
downloadsrc-test-254dd1666eaa21b0f7ecf37507e4ee0d44284abe.tar.gz
src-test-254dd1666eaa21b0f7ecf37507e4ee0d44284abe.zip
Let bsd.prog.mk set SRCS and MAN to their default values.
Notes
Notes: svn path=/head/; revision=140941
Diffstat (limited to 'usr.bin/bluetooth')
-rw-r--r--usr.bin/bluetooth/bthost/Makefile2
-rw-r--r--usr.bin/bluetooth/btsockstat/Makefile2
-rw-r--r--usr.bin/bluetooth/rfcomm_sppd/Makefile1
3 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile
index a761bbc6967ec..fe2c47959353e 100644
--- a/usr.bin/bluetooth/bthost/Makefile
+++ b/usr.bin/bluetooth/bthost/Makefile
@@ -2,8 +2,6 @@
# $FreeBSD$
PROG= bthost
-MAN= bthost.1
-SRCS= bthost.c
WARNS?= 2
DPADD= ${LIBBLUETOOTH}
diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile
index c2314ba7d53e0..cdec9f7013c6a 100644
--- a/usr.bin/bluetooth/btsockstat/Makefile
+++ b/usr.bin/bluetooth/btsockstat/Makefile
@@ -2,8 +2,6 @@
# $FreeBSD$
PROG= btsockstat
-MAN= btsockstat.1
-SRCS= btsockstat.c
WARNS?= 2
BINGRP= kmem
BINMODE= 2555
diff --git a/usr.bin/bluetooth/rfcomm_sppd/Makefile b/usr.bin/bluetooth/rfcomm_sppd/Makefile
index 6e493e88b7fd2..9018f6e88de60 100644
--- a/usr.bin/bluetooth/rfcomm_sppd/Makefile
+++ b/usr.bin/bluetooth/rfcomm_sppd/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rfcomm_sppd
-MAN= rfcomm_sppd.1
SRCS= rfcomm_sppd.c rfcomm_sdp.c
WARNS?= 2