1# $NetBSD: Makefile,v 1.8 2020/09/14 00:40:37 christos Exp $ 2 3.include "../Makefile.inc" 4 5SUBDIR= libbfd libiberty libopcodes libgdb libdecnumber 6.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes 7SUBDIR+= libreadline 8.endif 9 10.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \ 11 ${MACHINE_ARCH} == powerpc64 12SUBDIR+= libsim 13.endif 14 15 16.include <bsd.subdir.mk> 17