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