summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/tcpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile
index e9ae81a..6a8f0e2 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
OpenPOWER on IntegriCloud