summaryrefslogtreecommitdiffstats
path: root/remote_cmds/telnetd.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'remote_cmds/telnetd.tproj/Makefile')
-rw-r--r--remote_cmds/telnetd.tproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_cmds/telnetd.tproj/Makefile b/remote_cmds/telnetd.tproj/Makefile
index 356d977..56c7640 100644
--- a/remote_cmds/telnetd.tproj/Makefile
+++ b/remote_cmds/telnetd.tproj/Makefile
@@ -11,6 +11,6 @@ CFLAGS+= -DNO_UTMP -DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO \
-I${.CURDIR}/../../lib
LDADD=-lncursesw
-.PATH: ../../lib/libtelnet
+.PATH: ${.CURDIR}/../../lib/libtelnet
.include <bsd.prog.mk>