From c49d3c9bacf73bb61929f55a30b20f5009c9a2d9 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 27 Jan 2005 14:52:47 +0000 Subject: [PATCH] Remove unnecessary SRCS= where could be guessed directly by our bsd.*.mk infrasture. Obtained from: ru --- bin/rm/Makefile | 1 - usr.bin/fmt/Makefile | 1 - usr.bin/ncal/Makefile | 1 - usr.bin/rlogin/Makefile | 1 - usr.bin/rsh/Makefile | 1 - usr.bin/stat/Makefile | 1 - usr.sbin/arlcontrol/Makefile | 1 - usr.sbin/dconschat/Makefile | 1 - usr.sbin/getfmac/Makefile | 1 - usr.sbin/getpmac/Makefile | 1 - usr.sbin/gstat/Makefile | 1 - usr.sbin/pnpinfo/Makefile | 1 - usr.sbin/setfmac/Makefile | 1 - usr.sbin/setpmac/Makefile | 1 - 14 files changed, 14 deletions(-) diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7b85cdf90fc0..7058fa06c98d 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 4665003af934..b15d254d3936 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 15eafdc43cfd..4ec897371b2b 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 e8f4dd4d0e3f..195bffbb0b15 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 4281ed3950a3..cf052f71efa7 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 d33f0bfe634c..d604bda0891c 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 a7b4a146927f..b9b8153e7fd4 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 9993eced5132..47efe5274be1 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 ebc2a1543f59..ad496570afdd 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 b6ff0376b20c..87e6d28889ca 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 8cde0d7e2800..843264a142ed 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 c3702c87f785..1f435ce3bce9 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 b4e220319c16..34b979bdf138 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 ca398ea7a8c3..ae7ee026e9fd 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