etc/services - sync with NetBSD-8
[minix.git] / minix / llvm / passes / magic / Makefile
blobee5b101dc750fe5ad24df6893500bc41561f403e
1 PASSNAME = magic
3 OBJS = support/EDIType.o support/TypeUtil.o support/BitFieldAggregation.o support/SmartType.o support/VariableRefs.o support/MagicUtil.o MagicPass.o
4 HEADERS = $(wildcard ../include/magic/support/*.h)
6 include ../Makefile.inc