From 91c89b0c2be5f13b198179001f0707f223a15f47 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 14 Oct 2005 15:41:09 +0000 Subject: [PATCH] Style: move .PATH to where it belongs. --- libexec/tcpd/Makefile | 4 ++-- 1 file 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 - -.PATH: ${.CURDIR}/../../contrib/tcp_wrappers