1 # $NetBSD: Makefile,v 1.1 2025/04/12 10:07:53 rin Exp $ 2 3 .include <bsd.hostinit.mk> 4 5 .include "${.CURDIR}/../Makefile.ctftools" 6 7 HOSTPROGNAME= ${_TOOL_PREFIX}ctfdump 8 HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfdump 9 #HOST_SRCS= dump.c \ 10 symbol.c \ 11 utils.c 12 13 # need native pthread support 14 HOST_CFLAGS+= -pthread 15 16 .include "${.CURDIR}/../Makefile.host" 17