summaryrefslogtreecommitdiff
path: root/lib/liby
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liby')
-rw-r--r--lib/liby/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/liby/Makefile b/lib/liby/Makefile
index dd1ff7aa975..3a99b0bc4b3 100644
--- a/lib/liby/Makefile
+++ b/lib/liby/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2000/03/02 00:29:51 todd Exp $
+# $OpenBSD: Makefile,v 1.3 2005/11/24 20:49:23 deraadt Exp $
LIB= y
SRCS= main.c yyerror.c
NOPIC= nopic
+WANTLINT=
.include <bsd.lib.mk>