Module Name: src Committed By: skrll Date: Tue Nov 6 12:25:56 UTC 2012
Modified Files: src/gnu/usr.bin: Makefile Log Message: Remove GDB 6. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/gnu/usr.bin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/gnu/usr.bin/Makefile diff -u src/gnu/usr.bin/Makefile:1.136 src/gnu/usr.bin/Makefile:1.137 --- src/gnu/usr.bin/Makefile:1.136 Fri Aug 10 12:11:30 2012 +++ src/gnu/usr.bin/Makefile Tue Nov 6 12:25:56 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.136 2012/08/10 12:11:30 joerg Exp $ +# $NetBSD: Makefile,v 1.137 2012/11/06 12:25:56 skrll Exp $ .include <bsd.own.mk> @@ -17,12 +17,6 @@ SUBDIR+= groff SUBDIR+= gettext -.if ${MKGDB} != "no" -.if ${HAVE_GDB} == "6" -SUBDIR+= gdb6 -.endif -.endif - .if ${MKGCC} != "no" .if ${HAVE_GCC} == 4 .if ${MKGCCCMDS} != "no"