diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-07 08:27:59 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-07 08:27:59 +0000 |
| commit | c8ac461f3a0a88c77de5b7d01db08064e0c35a61 (patch) | |
| tree | 71fb57db53c12e7298432994aa59a23c30645002 | |
| parent | 6ea9889255437a2e114b29d2a23626d7781b4c87 (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 a6b41ec1af87c..50113e0b141a6 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= ${LIBTERMCAP} ${LIBCRYPT} -LDADD= -ltermcap -lcrypt +DPADD= ${LIBTERMCAP} ${LIBCRYPT} +LDADD= -ltermcap -lcrypt LINKS= ${BINDIR}/csh ${BINDIR}/tcsh |
