]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/compile_et/Makefile
Sync BIND 9 version with 9-STABLE, to 9.8.4-P1.
[FreeBSD/stable/8.git] / usr.bin / compile_et / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../contrib/com_err
4
5 PROG=   compile_et
6 SRCS=   compile_et.c parse.y lex.l getarg.c
7 CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
8
9 .include <bsd.prog.mk>