Makefile revision 50881
1# $FreeBSD: head/usr.bin/compile_et/Makefile 50881 1999-09-04 09:52:36Z markm $
2
3PROG=	compile_et
4SRCS=	compile_et.c parse.y lex.l getarg.c
5CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
6
7.include <bsd.prog.mk>
8
9.PATH: ${.CURDIR}/../../contrib/com_err
10