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