1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.bin/compile_et/Makefile
2005-10-14 15:50:22 +00:00

10 lines
184 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/com_err
PROG= compile_et
SRCS= compile_et.c parse.y lex.l getarg.c
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
.include <bsd.prog.mk>