From ce415f207f4503ee0d860365ce37f4467cefec47 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Wed, 14 Aug 1996 08:45:30 +0000 Subject: Ok, I give up kill the pdksh links. --- bin/pdksh/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'bin/pdksh/Makefile') 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 -- cgit v1.2.3