diff options
-rw-r--r-- | devel/bmake/files/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/bmake/files/Makefile.in b/devel/bmake/files/Makefile.in index 77f1f6305c2..6369bb2fbb8 100644 --- a/devel/bmake/files/Makefile.in +++ b/devel/bmake/files/Makefile.in @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.in,v 1.13 2009/09/18 21:27:25 joerg Exp $ +# $NetBSD: Makefile.in,v 1.14 2009/09/19 09:01:59 seb Exp $ # @(#)Makefile 5.2 (Berkeley) 12/28/90 -# $Id: Makefile.in,v 1.13 2009/09/18 21:27:25 joerg Exp $ +# $Id: Makefile.in,v 1.14 2009/09/19 09:01:59 seb Exp $ PROG= bmake SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \ @@ -121,7 +121,6 @@ install-mk: .else @echo need to unpack mk.tar.gz under ${srcdir} or set MKSRC; false .endif -CFLAGS_var.o += -Wno-cast-qual .ifdef TOOLDIR # this is a native netbsd build, |