do the exit on lint warnings only on i386 like libc, to avoid the wrath of
the sloppy archs.
This commit is contained in:
parent
d5cff0612e
commit
eb430229c6
@ -1,11 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.41 2003/03/28 14:01:46 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2003/03/28 14:02:45 christos Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
|
||||
USE_SHLIBDIR= yes
|
||||
|
||||
LIB= kvm
|
||||
CPPFLAGS+=-DLIBC_SCCS
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
LINTFLAGS+=-w
|
||||
.endif
|
||||
|
||||
SRCS= kvm.c kvm_file.c kvm_getloadavg.c kvm_proc.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user