repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
gdb6
/
Makefile
blob
9a32d049023f90199d2eb9227419ff0d7484e112
1
# $NetBSD: Makefile,v 1.2 2006/05/29 19:15:30 nathanw Exp $
2
3
.
include
"Makefile.inc"
4
5
SUBDIR
=
bfd libiberty opcodes libgdb
6
.if
${
USE_LIBEDIT
} ==
no ||
${
USE_TUI
} ==
yes
7
SUBDIR
+=
readline
8
.
endif
9
10
SUBDIR
+=
sim .WAIT
11
12
SUBDIR
+=
gdb
13
.if
${
USE_TUI
} ==
yes
14
SUBDIR
+=
gdbtui
15
.
endif
16
17
#SUBDIR+= gdbserver
18
19
.
include
<
bsd.subdir.mk
>