summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-10 07:32:40 +0000
committerngie <ngie@FreeBSD.org>2017-02-10 07:32:40 +0000
commit0d4e3d76af6dae0df115d1e23238a6e9d6438561 (patch)
tree9a6d85969899c244a5fef4613119d1503130328a /lib/libypclnt/Makefile
parentad0c9114e00a9a30168e0c13c17d8f65571aa67f (diff)
downloadFreeBSD-src-0d4e3d76af6dae0df115d1e23238a6e9d6438561.zip
FreeBSD-src-0d4e3d76af6dae0df115d1e23238a6e9d6438561.tar.gz
MFC r312452-r312512:
r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
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 113a3cc..c043d63 100644
--- a/lib/libypclnt/Makefile
+++ b/lib/libypclnt/Makefile
@@ -24,9 +24,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