Style: move .PATH to where it belongs.

This commit is contained in:
Ruslan Ermilov 2005-10-14 15:50:22 +00:00
parent b122ac0407
commit f329a1513a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151328

View File

@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/com_err
PROG= compile_et
SRCS= compile_et.c parse.y lex.l getarg.c
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../../contrib/com_err