1# $FreeBSD$ 2 3PROG_CXX= llvm-mc 4MAN= 5 6SRCDIR= llvm/tools/llvm-mc 7SRCS+= Disassembler.cpp 8SRCS+= llvm-mc.cpp 9 10.include "../llvm.prog.mk" 11