summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb53/Makefile
blob: f8569274342883359a34d4dbc2a032082d9370fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.2 2003/09/26 17:51:18 christos Exp $

.include "Makefile.inc"

SUBDIR=		bfd libiberty opcodes
.if ${USE_LIBEDIT} == no || ${USE_TUI} == yes
SUBDIR+=	readline
.endif
SUBDIR+= gdb # gdbreplay gdbserver

.include <bsd.subdir.mk>