From 67c22e719529335cdc89b5c82d56c508c49a6ef2 Mon Sep 17 00:00:00 2001 From: Garrett Wollman Date: Fri, 5 Aug 1994 17:02:31 +0000 Subject: [PATCH] Fix makefiles for our macros. --- bin/csh/Makefile | 2 +- bin/ln/Makefile | 4 ++-- bin/rmail/Makefile | 2 +- bin/sync/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/csh/Makefile b/bin/csh/Makefile index e29f5492bd49..6bec21608874 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -15,7 +15,7 @@ SRCS= alloc.c char.c const.c csh.c dir.c dol.c err.c exec.c exp.c file.c \ sem.c set.c str.c time.c .PATH: ${.CURDIR}/../../usr.bin/printf -MAN1= csh.0 +MAN1= csh.1 MLINKS= csh.1 limit.1 csh.1 alias.1 csh.1 bg.1 csh.1 dirs.1 csh.1 fg.1 \ csh.1 foreach.1 csh.1 history.1 csh.1 jobs.1 csh.1 popd.1 \ csh.1 pushd.1 csh.1 rehash.1 csh.1 repeat.1 csh.1 suspend.1 \ diff --git a/bin/ln/Makefile b/bin/ln/Makefile index b1929c6c7507..b3857a26a193 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 5/31/93 PROG= ln -MAN1= ln.0 -MAN7= symlink.0 +MAN1= ln.1 +MAN7= symlink.7 .include diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index eb2fb4800850..9db1ad4904bc 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= rmail -MAN8= rmail.0 +MAN8= rmail.8 .include 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