diff options
author | 2005-11-24 20:49:14 +0000 | |
---|---|---|
committer | 2005-11-24 20:49:14 +0000 | |
commit | e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7 (patch) | |
tree | fef5806effd134a86abbfafd733360309207dd4b /lib/libkvm | |
parent | sync (diff) | |
download | wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.tar.xz wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.zip |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libkvm')
-rw-r--r-- | lib/libkvm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile index 5fee75207a5..b7a658c0407 100644 --- a/lib/libkvm/Makefile +++ b/lib/libkvm/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/08 04:59:10 millert Exp $ +# $OpenBSD: Makefile,v 1.8 2005/11/24 20:49:18 deraadt 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= CFLAGS+=-DLIBC_SCCS # Try most specific name first. |