aboutsummaryrefslogtreecommitdiff
path: root/bin/sync
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:03:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:03:10 +0000
commit6c7d684cfea69345349f5eb6f075ce8ad936af33 (patch)
treea0e5003ad5e528d51da311141bbd1d4acf690e9d /bin/sync
parent8f1507811058ef1216eb30adb394a2c4d96f5edc (diff)
downloadsrc-6c7d684cfea69345349f5eb6f075ce8ad936af33.tar.gz
src-6c7d684cfea69345349f5eb6f075ce8ad936af33.zip
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74845
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 9698a64dcd0d..72c664f4afdd 100644
--- a/bin/sync/Makefile
+++ b/bin/sync/Makefile
@@ -2,6 +2,6 @@
# $FreeBSD$
PROG= sync
-MAN8= sync.8
+MAN= sync.8
.include <bsd.prog.mk>