# $FreeBSD: head/gnu/lib/Makefile 268508 2014-07-10 21:11:48Z imp $ .include SUBDIR= csu libgcc libgcov libdialog libgomp libregex libreadline .if ${MK_SSP} != "no" SUBDIR+= libssp .endif .if ${MK_TESTS} != "no" SUBDIR+= tests .endif # libsupc++ uses libstdc++ headers, although 'make includes' should # have taken care of that already. .if ${MK_GNUCXX} != "no" SUBDIR+= libstdc++ libsupc++ .endif .include