1 # $NetBSD: Makefile,v 1.12 2025/04/12 10:00:17 rin Exp $ 2 3 .include <bsd.hostinit.mk> 4 5 .include "${.CURDIR}/../Makefile.ctftools" 6 7 HOSTPROGNAME= ${_TOOL_PREFIX}ctfconvert 8 HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfconvert 9 #HOST_SRCS= alist.c \ 10 ctf.c \ 11 ctfconvert.c \ 12 dwarf.c \ 13 fixup_tdescs.c \ 14 hash.c \ 15 iidesc.c \ 16 input.c \ 17 list.c \ 18 memory.c \ 19 merge.c \ 20 output.c \ 21 st_parse.c \ 22 stabs.c \ 23 stack.c \ 24 strtab.c \ 25 symbol.c \ 26 tdata.c \ 27 traverse.c \ 28 util.c 29 30 .include "${.CURDIR}/../Makefile.host" 31