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/libform/Makefile | |
parent | c9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff) |
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libform/Makefile')
-rw-r--r-- | lib/libform/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile index 649710e823d..802d1a72693 100644 --- a/lib/libform/Makefile +++ b/lib/libform/Makefile @@ -1,4 +1,5 @@ LIB= form +WANTLINT= SRCS= fld_arg.c fld_attr.c fld_current.c fld_def.c fld_dup.c fld_ftchoice.c \ fld_ftlink.c fld_info.c fld_just.c fld_link.c fld_max.c fld_move.c \ fld_newftyp.c fld_opts.c fld_pad.c fld_page.c fld_stat.c fld_type.c \ |