From e0a06587acfc26e977ba8f6a3ac290577e0ebea6 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 14 Oct 2005 15:41:09 +0000 Subject: 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 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 - -.PATH: ${.CURDIR}/../../contrib/tcp_wrappers -- cgit v1.1