diff options
author | 2005-11-24 20:49:14 +0000 | |
---|---|---|
committer | 2005-11-24 20:49:14 +0000 | |
commit | e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7 (patch) | |
tree | fef5806effd134a86abbfafd733360309207dd4b /lib/libutil | |
parent | sync (diff) | |
download | wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.tar.xz wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.zip |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 5218819b422..3e546decae0 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.28 2004/07/13 21:09:48 millert Exp $ +# $OpenBSD: Makefile,v 1.29 2005/11/24 20:49:23 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $ LIB= util +WANTLINT= CFLAGS+=-DLIBC_SCCS HDRS= util.h |