Home | History | Annotate | Line # | Download | only in llvm-cxxfilt
      1 #	$NetBSD: Makefile,v 1.1 2019/11/11 22:44:59 joerg Exp $
      2 
      3 PROG_CXX=	llvm-cxxfilt
      4 NOMAN=		yes
      5 
      6 .include <bsd.init.mk>
      7 
      8 .PATH: ${LLVM_SRCDIR}/tools/llvm-cxxfilt
      9 
     10 SRCS=	llvm-cxxfilt.cpp
     11 
     12 LLVM_LIBS+= \
     13 	Demangle \
     14 	Support \
     15 	Demangle
     16 
     17 .include "${.PARSEDIR}/../../link.mk"
     18 
     19 .include <bsd.prog.mk>
     20