diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 08:37:58 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 08:37:58 +0000 |
commit | 03e413406a0f2126edc9dbdd2419cd3423ff26a3 (patch) | |
tree | 599c47b0144dc1e91c599ea688cdbde52253784f /bin/ksh | |
parent | 726fb988f32c7a1b0076504f7babdb7c7ce8414a (diff) |
Yet more links.
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index 995c4cb4176..8c39f246ca7 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/08/14 06:41:10 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 1996/08/14 08:37:57 downsj Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -12,7 +12,11 @@ CFLAGS+=${DEFS} -I. -I${.CURDIR} CLEANFILES+= siglist.out emacs.out LINKS= ${BINDIR}/ksh ${BINDIR}/pdksh +LINKS+= ${BINDIR}/ksh ${BINDIR}/rksh +LINKS+= ${BINDIR}/ksh ${BINDIR}/rpdksh MLINKS= ksh.1 pdksh.1 +MLINKS+=ksh.1 rksh.1 +MLINKS+=ksh.1 rpdksh.1 .depend trap.o: siglist.out .depend emacs.o: emacs.out |