summaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2009-04-14 22:15:16 +0000
committerlukem <lukem@NetBSD.org>2009-04-14 22:15:16 +0000
commitc1ceae17f0d6ad69167715e05c1487f89f8571bc (patch)
treef394c778cc6ce6972226e35f99e00fa46099db4c /usr.bin/split
parent9a472d38d493d6bcd2da87d4664ba61c6b8826b8 (diff)
Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile
index d5889b83bcc..254d44b9083 100644
--- a/usr.bin/split/Makefile
+++ b/usr.bin/split/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2003/06/26 23:00:07 bjh21 Exp $
+# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:26 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-WARNS=3
PROG= split
.include <bsd.prog.mk>