diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-24 20:49:24 +0000 |
commit | e57fb6ec1e4015766ccee169f8cfad54c6933686 (patch) | |
tree | fed5e766dd99e41f67c286877457ff39c378bca0 /lib/libedit | |
parent | c9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff) |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libedit')
-rw-r--r-- | lib/libedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 2931a939652..f14359ebd7b 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2003/10/31 08:42:23 otto Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/24 20:49:17 deraadt Exp $ # $NetBSD: Makefile,v 1.28 2003/08/01 17:03:58 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= edit +WANTLINT= USE_SHLIBDIR= yes OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \ |