diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-09-21 22:02:26 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-09-21 22:02:26 +0000 |
| commit | 690f477d75324543e57e2b45354c6e0670b9a5f7 (patch) | |
| tree | 6d0176f734c952569004dea8a4d84a092ced5821 /gnu/usr.bin | |
| parent | eba1dd2124fa2c06c7ad100d2ac2a3a8786f9c9d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 041ed19391b3..82792df3bf98 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -46,12 +46,16 @@ _cvs= cvs _grep= grep .endif +.if ${MK_INFO} != "no" +_texinfo= texinfo +.endif + .if ${MK_MAN} != "no" _man= man .endif -.if ${MK_INFO} != "no" -_texinfo= texinfo +.if ${MK_RCS} != "no" +_rcs= rcs .endif .if ${MK_TOOLCHAIN} != "no" @@ -61,8 +65,5 @@ _cc= cc _gdb= gdb .endif .endif -.if ${MK_RCS} != "no" -_rcs= rcs -.endif .include <bsd.subdir.mk> |
