summaryrefslogtreecommitdiffstats
path: root/usr.bin
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.bin
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.bin')
-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
-rw-r--r--usr.bin/bzip2/Makefile1
-rw-r--r--usr.bin/c89/Makefile1
-rw-r--r--usr.bin/m4/Makefile1
-rw-r--r--usr.bin/sockstat/Makefile1
-rw-r--r--usr.bin/stat/Makefile1
-rw-r--r--usr.bin/usbhidaction/Makefile1
-rw-r--r--usr.bin/whereis/Makefile1
10 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile
index a761bbc..fe2c479 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 c2314ba..cdec9f7 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 6e493e8..9018f6e 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
diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile
index 8d5343c..93f2d0b 100644
--- a/usr.bin/bzip2/Makefile
+++ b/usr.bin/bzip2/Makefile
@@ -4,7 +4,6 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
PROG= bzip2
-MAN= bzip2.1
CFLAGS+= -D_FILE_OFFSET_BITS=64
SUBDIR+= doc
diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile
index f398af6..1d9551c 100644
--- a/usr.bin/c89/Makefile
+++ b/usr.bin/c89/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
PROG= c89
-MAN= c89.1
.include <bsd.prog.mk>
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index 46fb32d..702b3f3 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -8,6 +8,5 @@ PROG= m4
CFLAGS+=-DEXTENDED
SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
-MAN= m4.1
.include <bsd.prog.mk>
diff --git a/usr.bin/sockstat/Makefile b/usr.bin/sockstat/Makefile
index f2b82bb..55e7025 100644
--- a/usr.bin/sockstat/Makefile
+++ b/usr.bin/sockstat/Makefile
@@ -2,6 +2,5 @@
PROG= sockstat
WARNS?= 4
-MAN= sockstat.1
.include <bsd.prog.mk>
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index d604bda..808c41e 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= stat
-MAN= stat.1
WARNS?= 2
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile
index 2c43b9d..6c2f7a6 100644
--- a/usr.bin/usbhidaction/Makefile
+++ b/usr.bin/usbhidaction/Makefile
@@ -2,7 +2,6 @@
# $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $
PROG= usbhidaction
-SRCS= usbhidaction.c
LDADD= -lusbhid
DPADD= ${LIBUSBHID}
diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile
index 74a7963..d48b30d 100644
--- a/usr.bin/whereis/Makefile
+++ b/usr.bin/whereis/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= whereis
-MAN= whereis.1
WARNS?= 5
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud