# $FreeBSD: stable/6/usr.bin/compile_et/Makefile 152495 2005-11-16 08:21:06Z ru $

.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>
