diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
commit | 5394748a409c85a439accdbc99f76c79673165b9 (patch) | |
tree | 0fafd447a6a7fd650f0a43bc1251b38f18aded42 /lib/libkvm | |
parent | 00f2412b5b50d377e53d5a62f066ce474e8cd21b (diff) |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libkvm')
-rw-r--r-- | lib/libkvm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile index c56049c3f1d..7a4fd78d2fa 100644 --- a/lib/libkvm/Makefile +++ b/lib/libkvm/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.15 2012/01/07 05:38:12 guenther Exp $ +# $OpenBSD: Makefile,v 1.16 2012/08/02 13:38:38 okan Exp $ # $NetBSD: Makefile,v 1.11 1996/03/18 22:33:07 thorpej Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= kvm -WANTLINT= # Try most specific name first. .if exists(kvm_${MACHINE}.c) |