1 # $NetBSD: Makefile,v 1.9 2023/03/21 16:55:30 christos Exp $ 2 3 .include "../Makefile.inc" 4 5 SUBDIR= libbfd libiberty libopcodes libgdb libgdbsupport libdecnumber 6 SUBDIR+= libgnulib libctf 7 .if ${USE_LIBEDIT} == no || ${USE_TUI} == yes 8 SUBDIR+= libreadline 9 .endif 10 11 .if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \ 12 ${MACHINE_ARCH} == powerpc64 13 SUBDIR+= libsim 14 .endif 15 16 17 .include <bsd.subdir.mk> 18