summaryrefslogtreecommitdiff
path: root/lib/libcurses/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/libcurses/Makefile
parentc9666af5d1ff082b2e33fd8fcfb4c5a81283d666 (diff)
use WANTLINT= (on all architectures)
Diffstat (limited to 'lib/libcurses/Makefile')
-rw-r--r--lib/libcurses/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile
index da19e7118eb..0780448a99a 100644
--- a/lib/libcurses/Makefile
+++ b/lib/libcurses/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.54 2003/10/19 22:20:37 brad Exp $
+# $OpenBSD: Makefile,v 1.55 2005/11/24 20:49:16 deraadt Exp $
# Uncomment this to enable tracing in libcurses
#CURSESTRACE=-DTRACE
@@ -13,6 +13,7 @@ AWK?= /usr/bin/awk
.PATH: ${.CURDIR}/base ${.CURDIR}/tinfo ${.CURDIR}/trace ${.CURDIR}/tty
LIB= curses
+WANTLINT=
SRCS= codes.c comp_captab.c expanded.c fallback.c lib_gen.c lib_keyname.c \
names.c unctrl.c
# base