aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote_cmds/talkd.tproj/Makefile2
-rw-r--r--remote_cmds/telnet.tproj/Makefile2
-rw-r--r--remote_cmds/telnetd.tproj/Makefile2
-rw-r--r--remote_cmds/tftpd.tproj/Makefile2
4 files changed, 4 insertions, 4 deletions
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 <bsd.prog.mk>
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>
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>
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 <bsd.prog.mk>