summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et/Makefile
blob: 262e696ac1b4eba6ee53ac516f9a68d0c0565ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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

WARNS?=	0

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud