diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:28:41 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-01-20 04:28:41 +0000 |
| commit | 5943dd2a5e6293eecabe15798e46b1ba0b12662d (patch) | |
| tree | fc6bcabdadfe759b32ff7fe5490c4dcffaf2cba4 /lib/libypclnt/Makefile | |
| parent | f6d8b2c698e4513fecacd8f8c267b1e777bbe685 (diff) | |
Notes
Diffstat (limited to 'lib/libypclnt/Makefile')
| -rw-r--r-- | lib/libypclnt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile index 113a3cc83218..c043d6381fd3 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} |
