1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= csu libgcc libgcov libdialog libgomp libodialog libregex libreadline \ 6 libssp 7 8# libsupc++ uses libstdc++ headers, although 'make includes' should 9# have taken care of that already. 10.if ${MK_CXX} != "no" 11SUBDIR+= libstdc++ libsupc++ 12.endif 13 14.include <bsd.subdir.mk> 15