diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 06:41:11 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 06:41:11 +0000 |
commit | afdf5a38556c610f1bdb3a67aa8aa738c8244fa6 (patch) | |
tree | 73dd3449b981eb299c6ea59f12ec356b3170355f /bin/pdksh | |
parent | 3fdfffd58ea7d88f8e456ec85cf3c7da19c39048 (diff) |
Add links.
Diffstat (limited to 'bin/pdksh')
-rw-r--r-- | bin/pdksh/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/pdksh/Makefile b/bin/pdksh/Makefile index 81c43a87198..995c4cb4176 100644 --- a/bin/pdksh/Makefile +++ b/bin/pdksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1996/08/14 06:19:12 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1996/08/14 06:41:10 downsj Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -11,6 +11,9 @@ CFLAGS+=${DEFS} -I. -I${.CURDIR} CLEANFILES+= siglist.out emacs.out +LINKS= ${BINDIR}/ksh ${BINDIR}/pdksh +MLINKS= ksh.1 pdksh.1 + .depend trap.o: siglist.out .depend emacs.o: emacs.out |