From 9f147019b852d104589c619e66e04e04418c62f1 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 19 Apr 2000 15:15:19 +0000 Subject: Install /bin/tcsh also. --- bin/csh/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/csh') diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 19ba1e1..0a048c3 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -35,6 +35,8 @@ MAN1= csh.1 DPADD+= ${LIBNCURSES} ${LIBCRYPT} LDADD+= -lncurses -lcrypt +LINKS= ${BINDIR}/csh ${BINDIR}/tcsh + csh.1: tcsh.man ln -sf ${.ALLSRC} ${.TARGET} -- cgit v1.1