summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et/Makefile
blob: a84460a9222090ebc92745e55e988958af81d2a8 (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=	compile_et
SRCS=	compile_et.c parse.y lex.l getarg.c
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err

.include <bsd.prog.mk>

.PATH: ${.CURDIR}/../../contrib/com_err
OpenPOWER on IntegriCloud