NetBSD/gnu/usr.bin/gdb6/Makefile

20 lines
317 B
Makefile
Raw Normal View History

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