summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-10-14 15:41:09 +0000
committerru <ru@FreeBSD.org>2005-10-14 15:41:09 +0000
commite0a06587acfc26e977ba8f6a3ac290577e0ebea6 (patch)
tree20726e4c9334192b0789a3969f5eb0ca3b8fd059
parentb40b074ce3f1af69a3cbe9d8e7a8d5ca30619b59 (diff)
downloadFreeBSD-src-e0a06587acfc26e977ba8f6a3ac290577e0ebea6.zip
FreeBSD-src-e0a06587acfc26e977ba8f6a3ac290577e0ebea6.tar.gz
Style: move .PATH to where it belongs.
-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