aboutsummaryrefslogtreecommitdiff
path: root/libexec/tcpd
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:28:03 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-04 11:28:03 +0000
commita251f9dcf891805ae2101945d0d3082ec5a1768c (patch)
tree37419308d033fde9e19ce47819f7a115a23c168e /libexec/tcpd
parente44885ac0116d05f7380543569d5093985c92f06 (diff)
downloadsrc-a251f9dcf891805ae2101945d0d3082ec5a1768c.tar.gz
src-a251f9dcf891805ae2101945d0d3082ec5a1768c.zip
libexec: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=314653
Diffstat (limited to 'libexec/tcpd')
-rw-r--r--libexec/tcpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
index 45add0bd95c8..7a4eb339c45b 100644
--- a/libexec/tcpd/Makefile
+++ b/libexec/tcpd/Makefile
@@ -2,7 +2,7 @@
.include <src.opts.mk>
-.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
+.PATH: ${SRCTOP}/contrib/tcp_wrappers
PROG= tcpd
MAN= tcpd.8