summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ypxfr/Makefile')
-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