diff options
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 15f7abe..ac74c73 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> |