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:17:18 +00:00
parent 1a32a8fe6c
commit 949eda893b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314458
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.include <src.opts.mk>
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
.PATH: ${SRCTOP}/contrib/tcp_wrappers
PROG= tcpdchk
MAN= tcpdchk.8

View File

@ -2,7 +2,7 @@
.include <src.opts.mk>
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
.PATH: ${SRCTOP}/contrib/tcp_wrappers
PROG= tcpdmatch
MAN= tcpdmatch.8