diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-07 02:57:58 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-07 02:57:58 +0000 |
commit | 41ff7633eac20e0d2827c596e9b809c78298ff5a (patch) | |
tree | ffd24caa9a6cffe51d7e39c39748c374248205fb /usr.bin/cut/Makefile | |
parent | a7d81577d674ff427670a0d34c7ce6d9c5949132 (diff) |
Silence the remaining warnings and clamp down with WARNS=2.
Not objected to by: -audit
Notes
Notes:
svn path=/head/; revision=77852
Diffstat (limited to 'usr.bin/cut/Makefile')
-rw-r--r-- | usr.bin/cut/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index a3467c80ea78..2a957fadfc66 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -1,6 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= cut CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> |