diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2019-09-16 13:41:24 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2019-09-16 13:41:24 +0000 |
| commit | 6592a716f6050bcec9cc479a32d0824f4cc71bf7 (patch) | |
| tree | 368674389c4edadc5be7d027dfc0e40b0b70cebe /gnu/lib/Makefile | |
| parent | 41fa2acfa50756ae961451b5a44698c445da3811 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/Makefile')
| -rw-r--r-- | gnu/lib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 873d1587e359..2cbb80cc7dcf 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -2,7 +2,7 @@ .include <src.opts.mk> -SUBDIR= csu +SUBDIR= SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_GCC}+= libgcov .if ${MK_GCC} != "no" && ${MK_OPENMP} == "no" @@ -11,6 +11,10 @@ SUBDIR+= libgomp SUBDIR.${MK_SSP}+= libssp SUBDIR.${MK_TESTS}+= tests +.if ${MK_BSD_CRTBEGIN} == "no" +SUBDIR+= csu +.endif + .if ${MK_GNU_GREP} != "no" || ${MK_GNU_GREP_COMPAT} != "no" || \ ${MK_GDB} != "no" SUBDIR+= libregex |
