diff options
author | obrien <obrien@FreeBSD.org> | 2012-05-30 22:21:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2012-05-30 22:21:25 +0000 |
commit | 928a481c653a909ac1f7811c68a12a3f7360a679 (patch) | |
tree | df0f27f031cb10f54a5cc334b0cb952fdfae0a0c /kerberos5/tools | |
parent | dab3b2897b692fad80da5d2e280cde909b1ab39a (diff) | |
download | FreeBSD-src-928a481c653a909ac1f7811c68a12a3f7360a679.zip FreeBSD-src-928a481c653a909ac1f7811c68a12a3f7360a679.tar.gz |
* Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/).
* Avoid race conditions with 'make -j<N>'.
Diffstat (limited to 'kerberos5/tools')
-rw-r--r-- | kerberos5/tools/asn1_compile/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/kerberos5/tools/asn1_compile/Makefile b/kerberos5/tools/asn1_compile/Makefile index fa325c1..94174c4 100644 --- a/kerberos5/tools/asn1_compile/Makefile +++ b/kerberos5/tools/asn1_compile/Makefile @@ -6,9 +6,8 @@ LIBROKEN_A= ${.OBJDIR}/../../lib/libroken/libroken.a LDADD= ${LIBROKEN_A} ${LIBVERS} DPADD= ${LIBROKEN_A} ${LIBVERS} -SRCS= asn1_queue.h \ +SRCS= \ asn1parse.y \ - der.h \ gen.c \ gen_copy.c \ gen_decode.c \ @@ -16,18 +15,13 @@ SRCS= asn1_queue.h \ gen_free.c \ gen_glue.c \ gen_length.c \ - gen_locl.h \ gen_seq.c \ gen_template.c \ hash.c \ - hash.h \ lex.l \ - lex.h \ main.c \ - asn1-template.h \ roken.h \ - symbol.c \ - symbol.h + symbol.c CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/asn1 -I. |