aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-01-27 14:52:47 +0000
committerXin LI <delphij@FreeBSD.org>2005-01-27 14:52:47 +0000
commitc49d3c9bacf73bb61929f55a30b20f5009c9a2d9 (patch)
tree8c2b9d4011ea25a91e24483ed474b25ee788be1e /bin
parentc224435ed9758990411e6a288c9d873ba29870ea (diff)
downloadsrc-c49d3c9bacf73bb61929f55a30b20f5009c9a2d9.tar.gz
src-c49d3c9bacf73bb61929f55a30b20f5009c9a2d9.zip
Remove unnecessary SRCS= where could be guessed directly by our
bsd.*.mk infrasture. Obtained from: ru
Notes
Notes: svn path=/head/; revision=140909
Diffstat (limited to 'bin')
-rw-r--r--bin/rm/Makefile1
1 files changed, 0 insertions, 1 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