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