diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 16:08:11 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-28 16:08:11 +0000 |
commit | 254dd1666eaa21b0f7ecf37507e4ee0d44284abe (patch) | |
tree | 95dc7b9b33e3ce4cad3849abbbacda29f778c0d9 /usr.bin/bluetooth | |
parent | 1907e620378fb199406e5091b6e4a5aba9e242c7 (diff) |
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/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/bluetooth/btsockstat/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/bluetooth/rfcomm_sppd/Makefile | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile index a761bbc6967e..fe2c47959353 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 c2314ba7d53e..cdec9f7013c6 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 6e493e88b7fd..9018f6e88de6 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 |