diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-06 22:06:24 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-06 22:06:24 +0000 |
| commit | ee8762a7254c572971ff51d2de69ee3b2e320ff7 (patch) | |
| tree | 04754bfbc3fd4b5be9a98ee9daafdcdafc8b5961 | |
| parent | 3d1ecd9f80339f41dba2d470dd9e78a77e2fa6f4 (diff) | |
Notes
| -rw-r--r-- | bin/csh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 61d096f32012..a6b41ec1af87 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -36,8 +36,8 @@ MLINKS= csh.1 tcsh.1 # utilities of the same name are handled with the associated manpage, # builtin.1 in share/man/man1/. -DPADD= ${LIBNCURSES} ${LIBCRYPT} -LDADD= -lncurses -lcrypt +DPADD= ${LIBTERMCAP} ${LIBCRYPT} +LDADD= -ltermcap -lcrypt LINKS= ${BINDIR}/csh ${BINDIR}/tcsh |
