summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-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
8 files changed, 0 insertions, 8 deletions
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