mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
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:
parent
1a32a8fe6c
commit
949eda893b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314458
@ -2,7 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
|
||||
.PATH: ${SRCTOP}/contrib/tcp_wrappers
|
||||
|
||||
PROG= tcpdchk
|
||||
MAN= tcpdchk.8
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
|
||||
.PATH: ${SRCTOP}/contrib/tcp_wrappers
|
||||
|
||||
PROG= tcpdmatch
|
||||
MAN= tcpdmatch.8
|
||||
|
Loading…
Reference in New Issue
Block a user