diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-10-09 17:07:20 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-10-09 17:07:20 +0000 |
commit | c9fc60beee8b188b70894c502e2a9f2332eb0c89 (patch) | |
tree | ca04a5cf90c8299963a38ecf5beb3ec437b5f1b1 /gnu/usr.bin/Makefile | |
parent | 02147e9cd0495e296bc58d832309681b4fba42d6 (diff) | |
download | src-test2-c9fc60beee8b188b70894c502e2a9f2332eb0c89.tar.gz src-test2-c9fc60beee8b188b70894c502e2a9f2332eb0c89.zip |
Notes
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 8ece263b33ed..663107c3947e 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -12,6 +12,7 @@ SUBDIR= ${_binutils} \ ${_gperf} \ grep \ ${_groff} \ + ${_rcs} \ sdiff \ send-pr \ ${_texinfo} @@ -31,6 +32,10 @@ _dtc= dtc _texinfo= texinfo .endif +.if ${MK_RCS} != "no" +_rcs= rcs +.endif + .if ${MK_BINUTILS} != "no" _binutils= binutils .endif |