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
This commit is contained in:
Bryan Drewery 2015-10-14 00:43:29 +00:00
parent 1b828f96d8
commit 16927922a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289278
2 changed files with 2 additions and 2 deletions

View File

@ -84,4 +84,4 @@ STAGE_TARGETS+= stage_config
.endif
.endif
.endif # ${MK_TOOLCHAIN} != "no"
.endif # ${MK_INCLUDES} != "no"

View File

@ -99,4 +99,4 @@ STAGE_SYMLINKS.INCS= ${INCSLINKS}
.endif
.endif
.endif # ${MK_TOOLCHAIN} != "no"
.endif # ${MK_INCLUDES} != "no"