diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-06 20:23:13 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-08-06 20:23:13 +0000 |
| commit | 96f71b3cb7aa31322fe102d3acf3043190d9f6d4 (patch) | |
| tree | 720e2a37944eacbb213ecd1a112439659704190b /gnu | |
| parent | 045f23cd0d0fd6a436f30e7f91a79f60dc60353d (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 12c70710ddd7..9a15f01cbc91 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -50,10 +50,12 @@ _texinfo= texinfo .if !defined(NO_TOOLCHAIN) _binutils= binutils _cc= cc -_rcs= rcs .if !defined(NO_GDB) _gdb= gdb .endif .endif +.if !defined(NO_RCS) +_rcs= rcs +.endif .include <bsd.subdir.mk> |
