diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 10:30:46 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-15 10:30:46 +0000 |
| commit | b91c884fda0a18e8d23b3adfab84fd340efafdc6 (patch) | |
| tree | 5839506a1488434bf32a26a212d6ee5a6d749556 /bin/mv/Makefile | |
| parent | 02c4d9cff73117df900a5e94f301934732a27c0a (diff) | |
Notes
Diffstat (limited to 'bin/mv/Makefile')
| -rw-r--r-- | bin/mv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 840578276d5a..ce2a5e8d9fbb 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= mv +WARNS?= 2 .include <bsd.prog.mk> |
