]> git.cameronkatri.com Git - apple_cmds.git/commitdiff
remote_cmds: Fix .PATH
authorCameron Katri <me@cameronkatri.com>
Mon, 10 May 2021 19:07:03 +0000 (15:07 -0400)
committerCameron Katri <me@cameronkatri.com>
Mon, 10 May 2021 19:07:03 +0000 (15:07 -0400)
remote_cmds/talkd.tproj/Makefile
remote_cmds/telnet.tproj/Makefile
remote_cmds/telnetd.tproj/Makefile
remote_cmds/tftpd.tproj/Makefile

index dd14031b295d83b9616b48fef51d5bddd2ffe52a..83f8c4af39c1ade0aea70dee77488555f23ec23c 100644 (file)
@@ -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 <bsd.prog.mk>
index 281feaf2e8a3882017c8629d470697f642acdd7a..929341eb740f1fa666c1071eb76610474377cd22 100644 (file)
@@ -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>
index 356d977b5735346754a616165bc157db1aba83c9..56c76406a58f3d92690308b0cde0564aaf0e7b26 100644 (file)
@@ -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>
index 60b28532e51145bcc41a4b731ee191da556efb98..080009df98966c82b629f2e81f2c0e73ee0c8a1f 100644 (file)
@@ -4,6 +4,6 @@ MAN=    tftpd.8
 
 BINDIR=/usr/libexec
 
-.PATH: ../tftp.tproj
+.PATH: ${.CURDIR}/../tftp.tproj
 
 .include <bsd.prog.mk>