diff options
author | delphij <delphij@FreeBSD.org> | 2005-01-27 14:52:47 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-01-27 14:52:47 +0000 |
commit | 32d71c2dd43aadd3e2e7afe6a94b527f58eea663 (patch) | |
tree | 8c2b9d4011ea25a91e24483ed474b25ee788be1e /bin/rm/Makefile | |
parent | 4a4e55c7dd46f4fec5bab18c86a18fbd287011d8 (diff) | |
download | FreeBSD-src-32d71c2dd43aadd3e2e7afe6a94b527f58eea663.zip FreeBSD-src-32d71c2dd43aadd3e2e7afe6a94b527f58eea663.tar.gz |
Remove unnecessary SRCS= where could be guessed directly by our
bsd.*.mk infrasture.
Obtained from: ru
Diffstat (limited to 'bin/rm/Makefile')
-rw-r--r-- | bin/rm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7b85cdf..7058fa0 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 |