set WARNS?=1 for the i386 only
This commit is contained in:
parent
b4119f6b37
commit
73c3bd6bd3
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.5 1997/06/23 05:24:18 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.6 1997/08/15 02:39:13 mikel Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
.PATH: ${.CURDIR}/../libkvm
|
||||
@ -6,6 +6,9 @@
|
||||
LIB= kvm
|
||||
CFLAGS+=-DLIBC_SCCS
|
||||
CFLAGS+=-I- -I${.CURDIR}
|
||||
.if (${MACHINE} == "i386")
|
||||
WARNS?= 1
|
||||
.endif
|
||||
|
||||
# Try most specific name first.
|
||||
.if exists(kvm_${MACHINE}.c)
|
||||
|
Loading…
Reference in New Issue
Block a user