diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:28:03 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 11:28:03 +0000 |
| commit | a251f9dcf891805ae2101945d0d3082ec5a1768c (patch) | |
| tree | 37419308d033fde9e19ce47819f7a115a23c168e /libexec/telnetd/Makefile | |
| parent | e44885ac0116d05f7380543569d5093985c92f06 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd/Makefile')
| -rw-r--r-- | libexec/telnetd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 7cb9bc972ce2a..6c953ddbd1d44 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -5,7 +5,7 @@ .include <src.opts.mk> -TELNETDIR= ${.CURDIR}/../../contrib/telnet +TELNETDIR= ${SRCTOP}/contrib/telnet .PATH: ${TELNETDIR}/telnetd PROG= telnetd @@ -27,7 +27,7 @@ CFLAGS+= -DINET6 CFLAGS+= -I${TELNETDIR} CFLAGS+= -I${TELNETDIR}/telnet -LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a +LIBTELNET= ${OBJTOP}/lib/libtelnet/libtelnet.a LIBADD= telnet util ncursesw |
