aboutsummaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 17:02:31 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 17:02:31 +0000
commit67c22e719529335cdc89b5c82d56c508c49a6ef2 (patch)
tree14744045a746628a1ede930a7edac9e00812a0c0 /bin/sync
parent84e59eb50d533ef4e842fd057460814a2190b05c (diff)
downloadsrc-67c22e719529335cdc89b5c82d56c508c49a6ef2.tar.gz
src-67c22e719529335cdc89b5c82d56c508c49a6ef2.zip
Fix makefiles for our macros.
Notes
Notes: svn path=/head/; revision=1864
Diffstat (limited to 'bin/sync')
-rw-r--r--bin/sync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync/Makefile b/bin/sync/Makefile
index b3f08bec9d61..0545c869d684 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>