diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-05 17:02:31 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-05 17:02:31 +0000 |
commit | 0e5400218f9eb0b66680294fba61d0c7f338ca5b (patch) | |
tree | 14744045a746628a1ede930a7edac9e00812a0c0 /bin/sync/Makefile | |
parent | d7fca5c18929944218704fdefd232e6af5683663 (diff) | |
download | FreeBSD-src-0e5400218f9eb0b66680294fba61d0c7f338ca5b.zip FreeBSD-src-0e5400218f9eb0b66680294fba61d0c7f338ca5b.tar.gz |
Fix makefiles for our macros.
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 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> |