Initial import from FreeBSD RELENG_4:
[games.git] / usr.bin / compile_et / Makefile
1 # $FreeBSD: src/usr.bin/compile_et/Makefile,v 1.11 1999/09/04 09:52:32 markm Exp $
2
3 PROG=   compile_et
4 SRCS=   compile_et.c parse.y lex.l getarg.c
5 CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
6
7 .include <bsd.prog.mk>
8
9 .PATH: ${.CURDIR}/../../contrib/com_err