]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/compile_et/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>