diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2005-06-10 06:12:53 +0000 |
| commit | ee66677a7a4c93fa63e21b0e7f1ea2e081060abb (patch) | |
| tree | 086bc6374cc176de9e2533a2b8b25ab0ef497b15 /libexec/telnetd | |
| parent | 4c3763445ddc83d75b7e77c33aa5b1871fe550b7 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 293ecdcc9cb8..68b2be674e89 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -19,11 +19,7 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ WARNS?= 2 WFORMAT?= 0 -.if exists(${.OBJDIR}/../../lib/libtelnet) LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a -.else -LIBTELNET= ${.CURDIR}/../../lib/libtelnet/libtelnet.a -.endif DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD= -lutil -ltermcap ${LIBTELNET} |
