etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libMCLinkerFragment / Makefile
blobf6e344bb985ffbecbb33df7407159127ff2ef910
1 # $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
3 LIB= MCLinkerFragment
5 .include <bsd.init.mk>
7 .PATH: ${MCLINKER_SRCDIR}/lib/Fragment
9 SRCS= AlignFragment.cpp \
10 FillFragment.cpp \
11 Fragment.cpp \
12 FragmentLinker.cpp \
13 FragmentRef.cpp \
14 NullFragment.cpp \
15 RegionFragment.cpp \
16 Relocation.cpp \
17 Stub.cpp
19 .if defined(HOSTLIB)
20 .include <bsd.hostlib.mk>
21 .else
22 .include <bsd.lib.mk>
23 .endif