From 77f2a34fb123bfc530dfe5e5133f6bed3f105fb3 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 19 Apr 2000 15:15:19 +0000 Subject: [PATCH] Install /bin/tcsh also. --- bin/csh/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 19ba1e1ebb2..0a048c36c36 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}