diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7b85cdf90fc..7058fa06c98 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 4665003af93..b15d254d393 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= fmt -SRCS= fmt.c .include diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile index 15eafdc43cf..4ec897371b2 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 e8f4dd4d0e3..195bffbb0b1 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 4281ed3950a..cf052f71efa 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 d33f0bfe634..d604bda0891 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 a7b4a146927..b9b8153e7fd 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 9993eced513..47efe5274be 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 ebc2a1543f5..ad496570afd 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 b6ff0376b20..87e6d28889c 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 8cde0d7e280..843264a142e 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 c3702c87f78..1f435ce3bce 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 b4e220319c1..34b979bdf13 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 ca398ea7a8c..ae7ee026e9f 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