diff options
author | ru <ru@FreeBSD.org> | 2005-10-14 15:50:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-10-14 15:50:22 +0000 |
commit | 9641f0538487e868459a92990e811f39f161b407 (patch) | |
tree | fb0b66853efcca44860aa784d7d21b438bd9081b /usr.bin/compile_et | |
parent | 9b58b9148dbbfedf64b2384c29a061cd37969138 (diff) | |
download | FreeBSD-src-9641f0538487e868459a92990e811f39f161b407.zip FreeBSD-src-9641f0538487e868459a92990e811f39f161b407.tar.gz |
Style: move .PATH to where it belongs.
Diffstat (limited to 'usr.bin/compile_et')
-rw-r--r-- | usr.bin/compile_et/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index a84460a..3d4ab15 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 |