freebsd-dev/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>