Makefile revision 201386
1# $FreeBSD: head/usr.bin/compile_et/Makefile 201386 2010-01-02 10:27:05Z ed $
2
3.PATH: ${.CURDIR}/../../contrib/com_err
4
5PROG=	compile_et
6SRCS=	compile_et.c parse.y lex.l getarg.c
7CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
8
9WARNS?=	0
10
11.include <bsd.prog.mk>
12