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:
ngie 2017-03-01 04:17:18 +00:00
parent cc81e975c6
commit fd58194fcc
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