Home | History | Annotate | Line # | Download | only in lib
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2016/10/12 15:36:26 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