mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
10 lines
122 B
Makefile
10 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmlinker
|
|
|
|
SRCDIR= lib/Linker
|
|
SRCS= LinkModules.cpp
|
|
|
|
.include "../clang.lib.mk"
|