summaryrefslogtreecommitdiffstats
path: root/libexec/talkd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-20 00:52:11 +0000
committerngie <ngie@FreeBSD.org>2017-07-20 00:52:11 +0000
commitf2877fc3a600578b3924115e16fd4e1b76c2f458 (patch)
tree0b16be3010514c0bc5c106de73f7203542c7ba01 /libexec/talkd
parent24168a06e898832a577802b70626fed7e9e153c7 (diff)
downloadFreeBSD-src-f2877fc3a600578b3924115e16fd4e1b76c2f458.zip
FreeBSD-src-f2877fc3a600578b3924115e16fd4e1b76c2f458.tar.gz
MFC r314653:
libexec: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output
Diffstat (limited to 'libexec/talkd')
-rw-r--r--libexec/talkd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile
index cc0c597..280d828 100644
--- a/libexec/talkd/Makefile
+++ b/libexec/talkd/Makefile
@@ -3,8 +3,8 @@
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c
-.PATH: ${.CURDIR}/../../usr.bin/wall
+.PATH: ${SRCTOP}/usr.bin/wall
MAN= talkd.8
-CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
+CFLAGS+=-I${SRCTOP}/usr.bin/wall
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud