summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/rm/Makefile1
-rw-r--r--usr.bin/fmt/Makefile1
-rw-r--r--usr.bin/ncal/Makefile1
-rw-r--r--usr.bin/rlogin/Makefile1
-rw-r--r--usr.bin/rsh/Makefile1
-rw-r--r--usr.bin/stat/Makefile1
-rw-r--r--usr.sbin/arlcontrol/Makefile1
-rw-r--r--usr.sbin/dconschat/Makefile1
-rw-r--r--usr.sbin/getfmac/Makefile1
-rw-r--r--usr.sbin/getpmac/Makefile1
-rw-r--r--usr.sbin/gstat/Makefile1
-rw-r--r--usr.sbin/pnpinfo/Makefile1
-rw-r--r--usr.sbin/setfmac/Makefile1
-rw-r--r--usr.sbin/setpmac/Makefile1
14 files changed, 0 insertions, 14 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile
index 7b85cdf..7058fa0 100644
--- a/bin/rm/Makefile
+++ b/bin/rm/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rm
-SRCS= rm.c
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
MLINKS= rm.1 unlink.1
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile
index 4665003..b15d254 100644
--- a/usr.bin/fmt/Makefile
+++ b/usr.bin/fmt/Makefile
@@ -2,6 +2,5 @@
# $FreeBSD$
PROG= fmt
-SRCS= fmt.c
.include <bsd.prog.mk>
diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile
index 15eafdc..4ec8973 100644
--- a/usr.bin/ncal/Makefile
+++ b/usr.bin/ncal/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= ncal
-SRCS= ncal.c
DPADD= ${LIBCALENDAR}
LDADD= -lcalendar
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index e8f4dd4..195bffb 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rlogin
-SRCS= rlogin.c
BINOWN= root
BINMODE=4555
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 4281ed3..cf052f7 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= rsh
-SRCS= rsh.c
CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
BINOWN= root
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index d33f0bf..d604bda 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -2,7 +2,6 @@
PROG= stat
MAN= stat.1
-SRCS= stat.c
WARNS?= 2
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
diff --git a/usr.sbin/arlcontrol/Makefile b/usr.sbin/arlcontrol/Makefile
index a7b4a14..b9b8153 100644
--- a/usr.sbin/arlcontrol/Makefile
+++ b/usr.sbin/arlcontrol/Makefile
@@ -4,7 +4,6 @@
#
PROG= arlcontrol
-SRCS= arlcontrol.c
CFLAGS= -I${.CURDIR}/../../sys -DARLCACHE
MAN= arlcontrol.8
diff --git a/usr.sbin/dconschat/Makefile b/usr.sbin/dconschat/Makefile
index 9993ece..47efe52 100644
--- a/usr.sbin/dconschat/Makefile
+++ b/usr.sbin/dconschat/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= dconschat
-SRCS= dconschat.c
MAN= dconschat.8
CFLAGS+= -I${.CURDIR}/../../sys
diff --git a/usr.sbin/getfmac/Makefile b/usr.sbin/getfmac/Makefile
index ebc2a15..ad49657 100644
--- a/usr.sbin/getfmac/Makefile
+++ b/usr.sbin/getfmac/Makefile
@@ -2,7 +2,6 @@
PROG= getfmac
MAN= getfmac.8
-SRCS= getfmac.c
WARNS?= 6
diff --git a/usr.sbin/getpmac/Makefile b/usr.sbin/getpmac/Makefile
index b6ff037..87e6d28 100644
--- a/usr.sbin/getpmac/Makefile
+++ b/usr.sbin/getpmac/Makefile
@@ -2,7 +2,6 @@
PROG= getpmac
MAN= getpmac.8
-SRCS= getpmac.c
WARNS?= 6
diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile
index 8cde0d7..843264a 100644
--- a/usr.sbin/gstat/Makefile
+++ b/usr.sbin/gstat/Makefile
@@ -2,7 +2,6 @@
PROG= gstat
MAN= gstat.8
-SRCS= gstat.c
WARNS?= 5
DPADD= ${LIBGEOM} ${LIBDEVSTAT} ${LIBKVM} ${LIBBSDXML} ${LIBCURSES} ${LIBSBUF}
LDADD= -lgeom -ldevstat -lkvm -lbsdxml -lcurses -lsbuf
diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile
index c3702c8..1f435ce 100644
--- a/usr.sbin/pnpinfo/Makefile
+++ b/usr.sbin/pnpinfo/Makefile
@@ -4,7 +4,6 @@
PROG= pnpinfo
MAN= pnpinfo.8
-SRCS= pnpinfo.c
CFLAGS+= -I${.CURDIR}/../../sys
diff --git a/usr.sbin/setfmac/Makefile b/usr.sbin/setfmac/Makefile
index b4e2203..34b979b 100644
--- a/usr.sbin/setfmac/Makefile
+++ b/usr.sbin/setfmac/Makefile
@@ -3,7 +3,6 @@
PROG= setfmac
LINKS= ${BINDIR}/setfmac ${BINDIR}/setfsmac
MAN= setfmac.8 setfsmac.8
-SRCS= setfmac.c
WARNS?= 6
diff --git a/usr.sbin/setpmac/Makefile b/usr.sbin/setpmac/Makefile
index ca398ea..ae7ee02 100644
--- a/usr.sbin/setpmac/Makefile
+++ b/usr.sbin/setpmac/Makefile
@@ -2,7 +2,6 @@
PROG= setpmac
MAN= setpmac.8
-SRCS= setpmac.c
WARNS?= 6
OpenPOWER on IntegriCloud