Fix makefiles for our macros.

This commit is contained in:
Garrett Wollman 1994-08-05 17:02:31 +00:00
parent 84e59eb50d
commit 67c22e7195
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1864
4 changed files with 5 additions and 5 deletions

View file

@ -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 \

View file

@ -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 <bsd.prog.mk>

View file

@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= rmail
MAN8= rmail.0
MAN8= rmail.8
.include <bsd.prog.mk>

View file

@ -1,6 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= sync
MAN8= sync.0
MAN8= sync.8
.include <bsd.prog.mk>