]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/compile_et/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / compile_et / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../contrib/com_err
4
5 LIBVERS=        ${.OBJDIR}/../../kerberos5/lib/libvers/libvers.a
6
7 PROG=   compile_et
8 SRCS=   compile_et.c parse.y lex.l
9 LDADD=  -lroken ${LIBVERS}
10 DPADD=  ${LIBROKEN} ${LIBVERS}
11 CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
12
13 WARNS?= 0
14
15 .include <bsd.prog.mk>