summaryrefslogtreecommitdiff
path: root/bin/pdksh/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-08-14 08:45:30 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-08-14 08:45:30 +0000
commitce415f207f4503ee0d860365ce37f4467cefec47 (patch)
tree3e8c20e722da45741e5c2cfa1c90a7abeba40b21 /bin/pdksh/Makefile
parenta8ed219d0f97fd4ecb3e769e21003ccc0f993b0d (diff)
Ok, I give up kill the pdksh links.
Diffstat (limited to 'bin/pdksh/Makefile')
-rw-r--r--bin/pdksh/Makefile10
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