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/libl/Makefile | |
parent | c9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff) |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libl/Makefile')
-rw-r--r-- | lib/libl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libl/Makefile b/lib/libl/Makefile index ed72851b2e8..0bbb728e9af 100644 --- a/lib/libl/Makefile +++ b/lib/libl/Makefile @@ -1,7 +1,8 @@ # $NetBSD: Makefile,v 1.5 1995/02/25 09:02:37 cgd Exp $ -# $OpenBSD: Makefile,v 1.3 2001/07/21 20:05:43 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2005/11/24 20:49:18 deraadt Exp $ LIB= l +WANTLINT= SRCS= libmain.c libyywrap.c NOPIC= |