aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-10-14 15:50:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-10-14 15:50:22 +0000
commitf329a1513ae16ad978b34e12e946a5922c108098 (patch)
treefb0b66853efcca44860aa784d7d21b438bd9081b /usr.bin
parentb122ac0407f42e0090dac84afdc550fc5f58a902 (diff)
downloadsrc-f329a1513ae16ad978b34e12e946a5922c108098.tar.gz
src-f329a1513ae16ad978b34e12e946a5922c108098.zip
Style: move .PATH to where it belongs.
Notes
Notes: svn path=/head/; revision=151328
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/compile_et/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index a84460a92220..3d4ab15dfcce 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -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