diff options
| author | bjh21 <bjh21@NetBSD.org> | 2003-06-26 23:00:07 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2003-06-26 23:00:07 +0000 |
| commit | c3c8be9c371c0964232a821848bd27c5aac17b45 (patch) | |
| tree | 73996b31c277bcfa6e6de021eb557008cf4b5f7a /usr.bin/split | |
| parent | 5b24c0821cb2365eaa4cc8db92620097766b71cf (diff) | |
WARNS=3 seems to work here, so use it.
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index 409b92934aa..d5889b83bcc 100644 --- a/usr.bin/split/Makefile +++ b/usr.bin/split/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/03/20 14:12:49 christos Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/26 23:00:07 bjh21 Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -WARNS=2 +WARNS=3 PROG= split .include <bsd.prog.mk> |
