mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
16 lines
272 B
Makefile
16 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/llvm/tools/clang/lib/Headers
|
|
|
|
INCSDIR=${INCLUDEDIR}/clang/2.9
|
|
|
|
INCS= emmintrin.h \
|
|
mm_malloc.h \
|
|
mmintrin.h \
|
|
pmmintrin.h \
|
|
tmmintrin.h \
|
|
xmmintrin.h
|
|
|
|
.include <bsd.init.mk>
|
|
.include <bsd.incs.mk>
|
|
.include <bsd.obj.mk>
|