aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/compile_et/Makefile
blob: 8af87ae10173e97c7b95a6dd74318489b2ab3c2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${.CURDIR}/../../contrib/com_err

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

WARNS?=	0

.include <bsd.prog.mk>