Home | History | Annotate | Line # | Download | only in lib
      1  1.6  christos #	$NetBSD: Makefile,v 1.6 2024/08/27 21:50:00 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include "../Makefile.inc"
      4  1.1  christos 
      5  1.5  christos SUBDIR+=	libbacktrace libbfd libiberty libopcodes libgdb libgdbsupport
      6  1.5  christos SUBDIR+=	libdecnumber libgnulib libctf libsframe
      7  1.1  christos .if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
      8  1.1  christos SUBDIR+=	libreadline
      9  1.1  christos .endif
     10  1.1  christos 
     11  1.6  christos #.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
     12  1.6  christos #    ${MACHINE_ARCH} == powerpc64
     13  1.6  christos #SUBDIR+= libsim
     14  1.6  christos #.endif
     15  1.2  christos 
     16  1.2  christos 
     17  1.1  christos .include <bsd.subdir.mk>
     18