Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This simplifies pathing in make/displayed output.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-01 04:24:56 +00:00
parent c3f658c181
commit 7b8810a816
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314466

View File

@ -2,9 +2,8 @@
.include <src.opts.mk>
RPCDIR= ${.CURDIR}/../../include/rpcsvc
.PATH: ${RPCDIR} \
${.CURDIR}/common
RPCDIR= ${SRCTOP}/include/rpcsvc
.PATH: ${RPCDIR} ${.CURDIR}/common
PROG= ypserv
MAN= ypserv.8 ypinit.8