Style: move .PATH to where it belongs.

This commit is contained in:
Ruslan Ermilov 2005-10-14 15:41:09 +00:00
parent 84f59115ec
commit 91c89b0c2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151326

View File

@ -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