#       $NetBSD: Makefile,v 1.12 2025/04/12 10:00:17 rin Exp $

include <bsd.hostinit.mk>

include "${.CURDIR}/../Makefile.ctftools"

HOSTPROGNAME=   ${_TOOL_PREFIX}ctfconvert
HOST_SRCDIR=    external/cddl/osnet/usr.bin/ctfconvert
#HOST_SRCS=     alist.c \
               ctf.c \
               ctfconvert.c \
               dwarf.c \
               fixup_tdescs.c \
               hash.c \
               iidesc.c \
               input.c \
               list.c \
               memory.c \
               merge.c \
               output.c \
               st_parse.c \
               stabs.c \
               stack.c \
               strtab.c \
               symbol.c \
               tdata.c \
               traverse.c \
               util.c

include "${.CURDIR}/../Makefile.host"