diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 08:45:30 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-14 08:45:30 +0000 |
commit | ce415f207f4503ee0d860365ce37f4467cefec47 (patch) | |
tree | 3e8c20e722da45741e5c2cfa1c90a7abeba40b21 /bin/pdksh/Makefile | |
parent | a8ed219d0f97fd4ecb3e769e21003ccc0f993b0d (diff) |
Ok, I give up kill the pdksh links.
Diffstat (limited to 'bin/pdksh/Makefile')
-rw-r--r-- | bin/pdksh/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/bin/pdksh/Makefile b/bin/pdksh/Makefile index 8c39f246ca7..3f7e56df374 100644 --- a/bin/pdksh/Makefile +++ b/bin/pdksh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/08/14 08:37:57 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1996/08/14 08:45:29 downsj Exp $ PROG= ksh SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ @@ -11,12 +11,8 @@ 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 +LINKS= ${BINDIR}/ksh ${BINDIR}/rksh +MLINKS= ksh.1 rksh.1 .depend trap.o: siglist.out .depend emacs.o: emacs.out |