]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - usr.bin/compile_et/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.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 .include <bsd.prog.mk>