diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2012-05-30 22:21:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-05-30 22:21:25 +0000 |
commit | 614304eccc6c03f52b57e8b3a4814b3930f7519b (patch) | |
tree | df0f27f031cb10f54a5cc334b0cb952fdfae0a0c /kerberos5/tools | |
parent | 47f1d92787e6c10ffafc80d427a4ae644f9be5c9 (diff) |
* Remove headers from SRCS that are not generated
(and are in /usr/src/crypto/heimdal/).
* Avoid race conditions with 'make -j<N>'.
Notes
Notes:
svn path=/head/; revision=236337
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 fa325c10c87b..94174c4e637b 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. |