etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / runtime / Makefile
blob4b0625d4b612c5e475763d1a35dc4dd845b091eb
1 ##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 CLANG_LEVEL := ..
11 include $(CLANG_LEVEL)/../../Makefile.config
13 ifndef NO_RUNTIME_LIBS
15 PARALLEL_DIRS := compiler-rt libcxx
17 endif
19 include $(CLANG_LEVEL)/Makefile
21 install::