NetBSD/external/gpl3/gdb.old/lib/Makefile
2019-05-26 20:13:49 +00:00

17 lines
373 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/05/26 20:14:32 christos Exp $
.include "../Makefile.inc"
SUBDIR= libbfd libiberty libopcodes libgdb libdecnumber
.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
SUBDIR+= libreadline
.endif
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpcle || \
${MACHINE_ARCH} == powerpc64
SUBDIR+= libsim
.endif
.include <bsd.subdir.mk>