mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
13 lines
157 B
Makefile
13 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmlinker
|
|
|
|
SRCDIR= lib/Linker
|
|
SRCS= IRMover.cpp \
|
|
LinkModules.cpp
|
|
|
|
TGHDRS= Attributes
|
|
|
|
.include "../clang.lib.mk"
|