aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-10-15 22:49:04 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-10-15 22:49:04 +0000
commita0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c (patch)
tree374ae3640c59b5e37187033550a4b9a5c18e81c1 /gnu/usr.bin/Makefile
parent242b24828472137ec4411826b86e753d49bd2c39 (diff)
parent72f1cf0446d98bd3a87f54da039694490ced8af6 (diff)
downloadsrc-a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c.tar.gz
src-a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c.zip
Merge ^/head r306906 through r307382.
Notes
Notes: svn path=/projects/clang390-import/; revision=307383
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r--gnu/usr.bin/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 6ba9ef2e1fe3..8e42053c08ab 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -11,7 +11,6 @@ SUBDIR= ${_binutils} \
${_gperf} \
grep \
${_groff} \
- ${_rcs} \
${_tests}
SUBDIR_DEPEND_gdb= ${_binutils}
@@ -29,10 +28,6 @@ _groff= groff
_dtc= dtc
.endif
-.if ${MK_RCS} != "no"
-_rcs= rcs
-.endif
-
.if ${MK_TESTS} != "no"
_tests= tests
.endif