Descent into gdb if we support it yet.

This commit is contained in:
christos 2011-10-08 21:52:15 +00:00
parent eabd2ad9ba
commit 4ad34de5ac

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2011/06/29 02:05:24 mrg Exp $
# $NetBSD: Makefile,v 1.5 2011/10/08 21:52:15 christos Exp $
.include <bsd.own.mk>
@ -12,4 +12,10 @@ SUBDIR+= gcc
.endif
.endif
.if ${MKGDB} != "no"
.if ${HAVE_GDB} == "7"
SUBDIR+= gdb
.endif
.endif
.include <bsd.subdir.mk>