From 9641f0538487e868459a92990e811f39f161b407 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 14 Oct 2005 15:50:22 +0000 Subject: Style: move .PATH to where it belongs. --- usr.bin/compile_et/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/compile_et') 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 - -.PATH: ${.CURDIR}/../../contrib/com_err -- cgit v1.1