aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-11-16 08:01:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-11-16 08:01:07 +0000
commit44fa4da7cfb631a477d32cfac79e8bb10d84ca87 (patch)
tree5607d5ca626e68ff5d65af481482070b5019c920 /libexec
parent048b657c266db84c2809108bf1ff4efa750d8b2f (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/tcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
index e9ae81a3d191..6a8f0e22022b 100644
--- a/libexec/tcpd/Makefile
+++ b/libexec/tcpd/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.PATH: ${.CURDIR}/../../contrib/tcp_wrappers
+
PROG= tcpd
MAN= tcpd.8
CSTD?= c89
@@ -15,5 +17,3 @@ DPADD= ${LIBWRAP}
LDADD= -lwrap
.include <bsd.prog.mk>
-
-.PATH: ${.CURDIR}/../../contrib/tcp_wrappers