summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2009-01-12 17:19:17 +0000
committerSam Leffler <sam@FreeBSD.org>2009-01-12 17:19:17 +0000
commite23b0a2ed692c2040c8d5a9390de015c21db4d30 (patch)
treef3b971caefdddad16d1ed5d67946bdb7c50ac01c /gnu/usr.bin
parent68d12a7f7bb17e8a9e3459b48de68e93518626c4 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index b54f8409655d..fe03a6a86a90 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -34,12 +34,16 @@ _groff= groff
_cvs= cvs
.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"
@@ -49,8 +53,5 @@ _cc= cc
_gdb= gdb
.endif
.endif
-.if ${MK_RCS} != "no"
-_rcs= rcs
-.endif
.include <bsd.subdir.mk>