NetBSD/gnu/usr.bin/gdb6/Makefile
he d588ed2b2f Move the .WAIT to after sim, patterned after gdb53 and to try to fix
the various powerpc parallel build problems exposed by our autobuilds.
2006-11-29 15:18:10 +00:00

20 lines
317 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/11/29 15:18:10 he Exp $
.include "Makefile.inc"
SUBDIR= bfd libiberty opcodes libgdb
.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
SUBDIR+= readline
.endif
SUBDIR+= sim .WAIT
SUBDIR+= gdb
.if ${USE_TUI} == yes
SUBDIR+= gdbtui
.endif
#SUBDIR+= gdbserver
.include <bsd.subdir.mk>