diff options
author | 2005-11-24 20:49:14 +0000 | |
---|---|---|
committer | 2005-11-24 20:49:14 +0000 | |
commit | e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7 (patch) | |
tree | fef5806effd134a86abbfafd733360309207dd4b /lib/libarch | |
parent | sync (diff) | |
download | wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.tar.xz wireguard-openbsd-e5a6e266ccd9c81fcb3e7b1fc66e9e643d2692d7.zip |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libarch')
-rw-r--r-- | lib/libarch/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libarch/Makefile.inc b/lib/libarch/Makefile.inc index 97353479351..53fc0b8632e 100644 --- a/lib/libarch/Makefile.inc +++ b/lib/libarch/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/02/26 00:10:47 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2005/11/24 20:49:14 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.1 1996/02/21 02:43:57 jtk Exp $ # # This Makefile includes boiler-plate stuff included by each subdir's Makefile. @@ -8,3 +8,4 @@ POBJS+= ${ASM:.o=.po} CLEANFILES+= ${ASM} ${POBJS} LIB= ${MACHINE_ARCH} +WANTLINT= |