From c0cc487dfc7cf31a2ac002ee282594a767e3ead7 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Mon, 10 May 2021 15:07:03 -0400 Subject: remote_cmds: Fix .PATH --- remote_cmds/talkd.tproj/Makefile | 2 +- remote_cmds/telnet.tproj/Makefile | 2 +- remote_cmds/telnetd.tproj/Makefile | 2 +- remote_cmds/tftpd.tproj/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'remote_cmds') diff --git a/remote_cmds/talkd.tproj/Makefile b/remote_cmds/talkd.tproj/Makefile index dd14031..83f8c4a 100644 --- a/remote_cmds/talkd.tproj/Makefile +++ b/remote_cmds/talkd.tproj/Makefile @@ -3,6 +3,6 @@ MAN= ntalkd.8 SRCS= announce.c print.c process.c \ table.c talkd.c ttymsg.c -.PATH: ../wall.tproj +.PATH: ${.CURDIR}/../wall.tproj .include 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 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 diff --git a/remote_cmds/tftpd.tproj/Makefile b/remote_cmds/tftpd.tproj/Makefile index 60b2853..080009d 100644 --- a/remote_cmds/tftpd.tproj/Makefile +++ b/remote_cmds/tftpd.tproj/Makefile @@ -4,6 +4,6 @@ MAN= tftpd.8 BINDIR=/usr/libexec -.PATH: ../tftp.tproj +.PATH: ${.CURDIR}/../tftp.tproj .include -- cgit v1.2.3-56-ge451