etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldConfig / Makefile
blob080236c3ac6948a832b4a3f143e20dfea6febffd
1 # $NetBSD: Makefile,v 1.1 2015/01/29 20:41:37 joerg Exp $
3 LIB= lldConfig
5 .include <bsd.init.mk>
7 .PATH: ${LLD_SRCDIR}/lib/Config
9 SRCS+= Version.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif