diff options
| author | lukem <lukem@NetBSD.org> | 2009-04-14 22:15:16 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2009-04-14 22:15:16 +0000 |
| commit | c1ceae17f0d6ad69167715e05c1487f89f8571bc (patch) | |
| tree | f394c778cc6ce6972226e35f99e00fa46099db4c /usr.bin/tip | |
| parent | 9a472d38d493d6bcd2da87d4664ba61c6b8826b8 (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/tip')
| -rw-r--r-- | usr.bin/tip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 83f2bd6344b..9ae8d2274ab 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/05/22 12:32:20 dan Exp $ +# $NetBSD: Makefile,v 1.28 2009/04/14 22:15:27 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # # Files are: @@ -27,7 +27,6 @@ .include <bsd.own.mk> -WARNS=4 PROG= tip LINKS= ${BINDIR}/tip ${BINDIR}/cu MLINKS= tip.1 cu.1 |
