Remove gcc-4.5 hacks. I must have fixed them in a different pass.

This commit is contained in:
christos 2011-08-17 05:32:09 +00:00
parent 5573cb4a88
commit 5434bb1cbb
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2011/06/22 02:49:42 mrg Exp $ # $NetBSD: Makefile,v 1.7 2011/08/17 05:32:09 christos Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -36,8 +36,3 @@ DPADD+= ${LIBCOM_ERR} ${LIBROKEN} ${LIBUTIL}
.endif .endif
.include <bsd.prog.mk> .include <bsd.prog.mk>
# XXX
.if ${HAVE_GCC} == 45
COPTS.clientloop.c+= -Wno-error
.endif