]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/compile_et/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.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 .include <bsd.prog.mk>