summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr
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/ypxfr
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/ypxfr')
-rw-r--r--libexec/ypxfr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ypxfr/Makefile b/libexec/ypxfr/Makefile
index 476a296..2468330 100644
--- a/libexec/ypxfr/Makefile
+++ b/libexec/ypxfr/Makefile
@@ -7,7 +7,7 @@ SRCS= yp_dblookup.c yp_dbwrite.c yp_error.c \
${GENSRCS}
GENSRCS=yp.h yp_clnt.c ypxfr_clnt.c
-.PATH: ${.CURDIR}/../../usr.sbin/ypserv
+.PATH: ${SRCTOP}/usr.sbin/ypserv
MAN= ypxfr.8
@@ -21,7 +21,7 @@ LDADD= -lrpcsvc
CLEANFILES= ${GENSRCS}
-RPCDIR= ${.CURDIR}/../../include/rpcsvc
+RPCDIR= ${SRCTOP}/include/rpcsvc
RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -I -C
ypxfr_clnt.c: ${RPCDIR}/yp.x
OpenPOWER on IntegriCloud