Style: move .PATH to where it belongs.
This commit is contained in:
parent
84f59115ec
commit
91c89b0c2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user