diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-22 21:38:30 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-22 21:38:30 +0000 |
| commit | 982f5d88ff041e0e6151ebe6af3f45e437202e82 (patch) | |
| tree | 160cd437b66d4747b612c4a3594b9bc09b511cf2 /bin/echo | |
| parent | 49f886f5d3e9767a967e2607e713215be5dff3da (diff) | |
Notes
Diffstat (limited to 'bin/echo')
| -rw-r--r-- | bin/echo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile index b62bd423041c..236a937ea799 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -3,6 +3,6 @@ PROG= echo -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> |
