Home | History | Annotate | Line # | Download | only in lib
      1  1.11  christos #	$NetBSD: Makefile,v 1.11 2025/08/27 15:23:05 christos Exp $
      2   1.1  christos 
      3   1.1  christos .include "../Makefile.inc"
      4   1.1  christos 
      5  1.10  christos SUBDIR+=	libbacktrace libbfd libiberty libopcodes libgdb libgdbsupport
      6  1.10  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.11  christos #.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
     12  1.11  christos #    ${MACHINE_ARCH} == powerpc64
     13  1.11  christos #SUBDIR+= libsim
     14  1.11  christos #.endif
     15   1.1  christos 
     16   1.1  christos 
     17   1.1  christos .include <bsd.subdir.mk>
     18