1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=	llvmlinker
6
7SRCDIR=	lib/Linker
8SRCS=	LinkModules.cpp
9
10.include "../clang.lib.mk"
11