Lines 4-14
Link Here
|
4 |
|
4 |
|
5 |
SUBDIR= |
5 |
SUBDIR= |
6 |
SUBDIR.${MK_DIALOG}+= libdialog |
6 |
SUBDIR.${MK_DIALOG}+= libdialog |
7 |
SUBDIR.${MK_GCC}+= libgcov |
7 |
SUBDIR.${MK_GCC}+= libgcov libssp |
8 |
.if ${MK_GCC} != "no" && ${MK_OPENMP} == "no" |
8 |
.if ${MK_GCC} != "no" && ${MK_OPENMP} == "no" |
9 |
SUBDIR+= libgomp |
9 |
SUBDIR+= libgomp |
10 |
.endif |
10 |
.endif |
11 |
SUBDIR.${MK_SSP}+= libssp |
|
|
12 |
SUBDIR.${MK_TESTS}+= tests |
11 |
SUBDIR.${MK_TESTS}+= tests |
13 |
|
12 |
|
14 |
.if ${MK_BSD_CRTBEGIN} == "no" |
13 |
.if ${MK_BSD_CRTBEGIN} == "no" |