From 16927922a5d301fe9445159049a7ee0f852e0bef Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 14 Oct 2015 00:43:29 +0000 Subject: [PATCH] Correct a comment in bsd.incs.mk forgotten in r274662 and copied into bsd.confs.mk. The bsd.confs.mk may be wrong but for now fix it. Sponsored by: EMC / Isilon Storage Division --- share/mk/bsd.confs.mk | 2 +- share/mk/bsd.incs.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.confs.mk b/share/mk/bsd.confs.mk index 4e219e828bcf..0750a4e4fa57 100644 --- a/share/mk/bsd.confs.mk +++ b/share/mk/bsd.confs.mk @@ -84,4 +84,4 @@ STAGE_TARGETS+= stage_config .endif .endif -.endif # ${MK_TOOLCHAIN} != "no" +.endif # ${MK_INCLUDES} != "no" diff --git a/share/mk/bsd.incs.mk b/share/mk/bsd.incs.mk index 3f9680a6ef23..e1398c95dcd1 100644 --- a/share/mk/bsd.incs.mk +++ b/share/mk/bsd.incs.mk @@ -99,4 +99,4 @@ STAGE_SYMLINKS.INCS= ${INCSLINKS} .endif .endif -.endif # ${MK_TOOLCHAIN} != "no" +.endif # ${MK_INCLUDES} != "no"