aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-10-25 17:39:41 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-10-25 17:39:41 +0000
commit31d62a73c2e6ac0ff413a7a17700ffc7dce254ef (patch)
tree8e38af4c0995bdf5f590fb13f735df0b9ff1a3d7 /gnu/lib
parentad054101ebaa437404badd9cade3817a625f6a35 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 5daba7518af0..6dbef4d4065b 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -2,12 +2,16 @@
.include <src.opts.mk>
-SUBDIR= csu
+SUBDIR=
SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_GCC}+= libgcov 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