diff options
Diffstat (limited to 'bin/sync/Makefile')
-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 9698a64..72c664f 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> |