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 b3f08be..0545c86 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= sync -MAN8= sync.0 +MAN8= sync.8 .include <bsd.prog.mk> |