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/sync | |
| parent | 49f886f5d3e9767a967e2607e713215be5dff3da (diff) | |
Notes
Diffstat (limited to 'bin/sync')
| -rw-r--r-- | bin/sync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 15f7abec64ea..ac74c735ea22 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -4,6 +4,6 @@ PROG= sync MAN= sync.8 -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> |
