diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile index 16847f2ddb28..ffd835b71585 100644 --- a/lib/libcxxrt/Makefile +++ b/lib/libcxxrt/Makefile @@ -1,28 +1,28 @@ # $FreeBSD$ PACKAGE= clibs SRCDIR= ${SRCTOP}/contrib/libcxxrt SHLIB_MAJOR= 1 SHLIBDIR?= /lib .PATH: ${SRCDIR} LIB= cxxrt -SRCS+= libelftc_dem_gnu3.c\ - terminate.cc\ - dynamic_cast.cc\ - memory.cc\ - auxhelper.cc\ - exception.cc\ - stdexcept.cc\ - typeinfo.cc\ - guard.cc +SRCS+= auxhelper.cc +SRCS+= dynamic_cast.cc +SRCS+= exception.cc +SRCS+= guard.cc +SRCS+= libelftc_dem_gnu3.c +SRCS+= memory.cc +SRCS+= stdexcept.cc +SRCS+= terminate.cc +SRCS+= typeinfo.cc WARNS?= 0 CFLAGS+= -isystem ${SRCDIR} -nostdinc++ CXXSTD?= c++14 VERSION_MAP= ${.CURDIR}/Version.map .include