From 32d71c2dd43aadd3e2e7afe6a94b527f58eea663 Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 27 Jan 2005 14:52:47 +0000 Subject: Remove unnecessary SRCS= where could be guessed directly by our bsd.*.mk infrasture. Obtained from: ru --- 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 - 5 files changed, 5 deletions(-) (limited to 'usr.bin') 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 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 -- cgit v1.1