Switch gnu/lib/Makefile to SUBDIR.${MK_*} optional subdir style

Compound conditions are left unchanged
This commit is contained in:
Ed Maste 2016-10-19 19:32:06 +00:00
parent 4d76235fe3
commit 016e7731e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307652

View file

@ -5,18 +5,9 @@
SUBDIR= csu libgcc libregex
SUBDIR.${MK_DIALOG}+= libdialog
.if ${MK_GCC} != "no"
SUBDIR+= libgcov libgomp
.endif
.if ${MK_SSP} != "no"
SUBDIR+= libssp
.endif
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
SUBDIR.${MK_GCC}+= libgcov libgomp
SUBDIR.${MK_SSP}+= libssp
SUBDIR.${MK_TESTS}+= tests
.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
SUBDIR+= libreadline