Descent into gdb if we support it yet.
This commit is contained in:
parent
eabd2ad9ba
commit
4ad34de5ac
8
external/gpl3/Makefile
vendored
8
external/gpl3/Makefile
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user