1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/gnu/usr.bin/gdb/Makefile
2006-10-21 17:27:36 +00:00

10 lines
130 B
Makefile

# $FreeBSD$
SUBDIR= doc libgdb gdb gdbtui kgdb
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=gdbserver
.endif
.include <bsd.subdir.mk>