]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/compile_et/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.bin / compile_et / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../contrib/com_err
4
5 PROG=   compile_et
6 SRCS=   compile_et.c parse.y lex.l getarg.c
7 CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
8
9 WARNS?= 0
10
11 .include <bsd.prog.mk>