]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/compile_et/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>