# $FreeBSD: stable/3/usr.bin/compile_et/Makefile 62579 2000-07-04 15:15:12Z assar $

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
