284c197886
Release notes are still in the works, these will follow soon. MFC after: 1 month
11 lines
122 B
Makefile
11 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmlinker
|
|
|
|
SRCDIR= lib/Linker
|
|
SRCS= LinkModules.cpp
|
|
|
|
.include "../clang.lib.mk"
|