summaryrefslogtreecommitdiff
path: root/lib/libwrap/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-24 20:49:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-24 20:49:24 +0000
commite57fb6ec1e4015766ccee169f8cfad54c6933686 (patch)
treefed5e766dd99e41f67c286877457ff39c378bca0 /lib/libwrap/Makefile
parentc9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff)
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libwrap/Makefile')
-rw-r--r--lib/libwrap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index daf071de9b9..c9bf6fc3464 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 2001/02/16 02:15:58 beck Exp $
+# $OpenBSD: Makefile,v 1.6 2005/11/24 20:49:23 deraadt Exp $
LIB= wrap
+WANTLINT=
SRCS= hosts_access.c options.c shell_cmd.c rfc931.c eval.c \
hosts_ctl.c refuse.c percent_x.c clean_exit.c \
fix_options.c socket.c update.c misc.c \