aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/telnet.tproj/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-10 15:07:03 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-10 15:07:03 -0400
commitc0cc487dfc7cf31a2ac002ee282594a767e3ead7 (patch)
tree3b1be203b7256224dd4cc0ed5b8953a0d27be037 /remote_cmds/telnet.tproj/Makefile
parent26802efb4ac90e16bb75925135d6b14f2fcb09c8 (diff)
downloadapple_cmds-c0cc487dfc7cf31a2ac002ee282594a767e3ead7.tar.gz
apple_cmds-c0cc487dfc7cf31a2ac002ee282594a767e3ead7.tar.zst
apple_cmds-c0cc487dfc7cf31a2ac002ee282594a767e3ead7.zip
remote_cmds: Fix .PATH
Diffstat (limited to 'remote_cmds/telnet.tproj/Makefile')
-rw-r--r--remote_cmds/telnet.tproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_cmds/telnet.tproj/Makefile b/remote_cmds/telnet.tproj/Makefile
index 281feaf..929341e 100644
--- a/remote_cmds/telnet.tproj/Makefile
+++ b/remote_cmds/telnet.tproj/Makefile
@@ -9,6 +9,6 @@ CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK \
# -DENCRYPTION -DKRB4
LDADD=-lncursesw -lipsec
-.PATH: ../../lib/libtelnet
+.PATH: ${.CURDIR}/../../lib/libtelnet
.include <bsd.prog.mk>