use WARNS=0 not WARNS?=0 to disable warnings

This commit is contained in:
lukem 1997-10-19 13:01:12 +00:00
parent 3dfd96ee1f
commit 07732f2ed9
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 1997/10/18 13:50:18 lukem Exp $
# $NetBSD: Makefile,v 1.5 1997/10/19 13:01:12 lukem Exp $
# from: @(#)Makefile 5.4 (Berkeley) 5/11/90
WARNS?= 0
WARNS= 0
PROG= elf2ecoff
.include <bsd.prog.mk>