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