summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libypclnt/Makefile')
-rw-r--r--lib/libypclnt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile
index 2e302f1..636c9b6 100644
--- a/lib/libypclnt/Makefile
+++ b/lib/libypclnt/Makefile
@@ -23,9 +23,9 @@ GENSRCS=yp.h \
yppasswd_private_xdr.c
RPCGEN= RPCGEN_CPP=${CPP:Q} rpcgen -C
-RPCSRC= ${.CURDIR}/../../include/rpcsvc/yp.x
-RPCSRC_PW= ${.CURDIR}/../../include/rpcsvc/yppasswd.x
-RPCSRC_PRIV= ${.CURDIR}/../../usr.sbin/rpc.yppasswdd/yppasswd_private.x
+RPCSRC= ${SRCTOP}/include/rpcsvc/yp.x
+RPCSRC_PW= ${SRCTOP}/include/rpcsvc/yppasswd.x
+RPCSRC_PRIV= ${SRCTOP}/usr.sbin/rpc.yppasswdd/yppasswd_private.x
yp.h: ${RPCSRC}
${RPCGEN} -h -o ${.TARGET} ${RPCSRC}
OpenPOWER on IntegriCloud