diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-30 05:39:36 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-30 05:39:36 +0000 |
| commit | f6751868e4d58efc7a6e10ffb6d5e84bfc7931a5 (patch) | |
| tree | 08b867efe38b3b47dbeea4f979e8d098dc994ee4 /usr.bin/truncate/Makefile | |
| parent | 653636c21dadcff73d31c7dd0d5af29c585f7518 (diff) | |
Notes
Diffstat (limited to 'usr.bin/truncate/Makefile')
| -rw-r--r-- | usr.bin/truncate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile index 4752c5cb64e25..f182f1f24fc23 100644 --- a/usr.bin/truncate/Makefile +++ b/usr.bin/truncate/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG= truncate +WARNS?= 2 .include <bsd.prog.mk> |
