aboutsummaryrefslogtreecommitdiff
path: root/libexec/tcpd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-10-14 15:41:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-10-14 15:41:09 +0000
commit91c89b0c2be5f13b198179001f0707f223a15f47 (patch)
tree20726e4c9334192b0789a3969f5eb0ca3b8fd059 /libexec/tcpd
parent84f59115ec11a2e108d494c2c5841893ec18a4b8 (diff)
Notes
Diffstat (limited to 'libexec/tcpd')
-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