summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/pppoed/Makefile1
-rw-r--r--libexec/pt_chown/Makefile1
-rw-r--r--libexec/rlogind/Makefile1
-rw-r--r--libexec/rshd/Makefile1
-rw-r--r--sbin/dhclient/omshell/Makefile3
-rw-r--r--sbin/idmapd/Makefile1
-rw-r--r--sbin/ipfs/Makefile1
-rw-r--r--sbin/ipmon/Makefile1
-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
-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
-rw-r--r--usr.sbin/bsnmpd/gensnmptree/Makefile1
-rw-r--r--usr.sbin/ctm/mkCTM/Makefile1
-rw-r--r--usr.sbin/kbdmap/Makefile1
-rw-r--r--usr.sbin/mrouted/testrsrr/Makefile1
-rw-r--r--usr.sbin/ntp/ntp-keygen/Makefile1
-rw-r--r--usr.sbin/ntp/ntptime/Makefile1
-rw-r--r--usr.sbin/pcvt/demo/Makefile1
29 files changed, 0 insertions, 33 deletions
diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile
index b9ba6e3..0f0c78e 100644
--- a/libexec/pppoed/Makefile
+++ b/libexec/pppoed/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= pppoed
-SRCS= pppoed.c
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
MAN= pppoed.8
diff --git a/libexec/pt_chown/Makefile b/libexec/pt_chown/Makefile
index d60118b..d4f31bb 100644
--- a/libexec/pt_chown/Makefile
+++ b/libexec/pt_chown/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= pt_chown
-SRCS= pt_chown.c
BINOWN= root
BINMODE=4555
NO_MAN=
diff --git a/libexec/rlogind/Makefile b/libexec/rlogind/Makefile
index 8320152..f71ce1b 100644
--- a/libexec/rlogind/Makefile
+++ b/libexec/rlogind/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rlogind
-SRCS= rlogind.c
MAN= rlogind.8
DPADD= ${LIBUTIL}
LDADD= -lutil
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index dbdf60b..155314a 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rshd
-SRCS= rshd.c
MAN= rshd.8
WFORMAT=0
diff --git a/sbin/dhclient/omshell/Makefile b/sbin/dhclient/omshell/Makefile
index 4bc5e70..41aee14 100644
--- a/sbin/dhclient/omshell/Makefile
+++ b/sbin/dhclient/omshell/Makefile
@@ -5,11 +5,8 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/dhcpctl
PROG= omshell
-SRCS= omshell.c
DPADD= ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} ${LIBDHCPCTL}
LDADD= ${LIBDHCP} ${LIBRES} ${LIBOMAPI} ${LIBDST} ${LIBDHCPCTL}
-MAN= omshell.1
-
.include <bsd.prog.mk>
diff --git a/sbin/idmapd/Makefile b/sbin/idmapd/Makefile
index cd45007..462bc59 100644
--- a/sbin/idmapd/Makefile
+++ b/sbin/idmapd/Makefile
@@ -3,7 +3,6 @@
# $FreeBSD$
PROG= idmapd
-SRCS= idmapd.c
MAN= idmapd.8
CFLAGS+= -DNFS -I/usr/src/sys
diff --git a/sbin/ipfs/Makefile b/sbin/ipfs/Makefile
index 9639352..f8e2aac 100644
--- a/sbin/ipfs/Makefile
+++ b/sbin/ipfs/Makefile
@@ -4,7 +4,6 @@
PROG= ipfs
MAN= ipfs.8
-SRCS= ipfs.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile
index f1c006d..ef30456 100644
--- a/sbin/ipmon/Makefile
+++ b/sbin/ipmon/Makefile
@@ -4,7 +4,6 @@
PROG= ipmon
MAN= ipl.4 ipmon.8
-SRCS= ipmon.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DLOGFAC=LOG_SECURITY
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
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>
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}
diff --git a/usr.sbin/bsnmpd/gensnmptree/Makefile b/usr.sbin/bsnmpd/gensnmptree/Makefile
index dc95258..c97ee7d 100644
--- a/usr.sbin/bsnmpd/gensnmptree/Makefile
+++ b/usr.sbin/bsnmpd/gensnmptree/Makefile
@@ -6,7 +6,6 @@ CONTRIB=${.CURDIR}/../../../contrib/bsnmp
.PATH: ${CONTRIB}/gensnmptree
PROG= gensnmptree
-MAN= gensnmptree.1
CFLAGS+= -I${CONTRIB}/lib
.include <bsd.prog.mk>
diff --git a/usr.sbin/ctm/mkCTM/Makefile b/usr.sbin/ctm/mkCTM/Makefile
index a5c9cde..cefd704 100644
--- a/usr.sbin/ctm/mkCTM/Makefile
+++ b/usr.sbin/ctm/mkCTM/Makefile
@@ -2,7 +2,6 @@
PROG= mkctm
NO_MAN=
-SRCS= mkctm.c
DPADD= ${LIBMD}
LDADD= -lmd
diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile
index 38d0212..ec49341 100644
--- a/usr.sbin/kbdmap/Makefile
+++ b/usr.sbin/kbdmap/Makefile
@@ -2,7 +2,6 @@
PROG= kbdmap
LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont
-MAN= kbdmap.1
MLINKS= kbdmap.1 vidfont.1
.include <bsd.prog.mk>
diff --git a/usr.sbin/mrouted/testrsrr/Makefile b/usr.sbin/mrouted/testrsrr/Makefile
index a2164fb..4f57dde 100644
--- a/usr.sbin/mrouted/testrsrr/Makefile
+++ b/usr.sbin/mrouted/testrsrr/Makefile
@@ -5,7 +5,6 @@ S= ${.CURDIR}/..
PROG= testrsrr
NO_MAN=
-SRCS= testrsrr.c
CFLAGS+= -I$S
diff --git a/usr.sbin/ntp/ntp-keygen/Makefile b/usr.sbin/ntp/ntp-keygen/Makefile
index f3fa451..7ccdee2 100644
--- a/usr.sbin/ntp/ntp-keygen/Makefile
+++ b/usr.sbin/ntp/ntp-keygen/Makefile
@@ -5,7 +5,6 @@
PROG= ntp-keygen
NO_MAN=
-SRCS= ntp-keygen.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile
index 9f47176..db5885d 100644
--- a/usr.sbin/ntp/ntptime/Makefile
+++ b/usr.sbin/ntp/ntptime/Makefile
@@ -4,7 +4,6 @@
PROG= ntptime
NO_MAN=
-SRCS= ntptime.c
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile
index e3ccde3..067c99b 100644
--- a/usr.sbin/pcvt/demo/Makefile
+++ b/usr.sbin/pcvt/demo/Makefile
@@ -2,7 +2,6 @@
PROG= playvt
NO_MAN=
-SRCS= playvt.c
DEMOS= chardemo.vt colors.vt sgr.vt
DEMOS+= outerlimit.vt twzone.vt cowscene.vt xmas.vt
OpenPOWER on IntegriCloud