mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo introduced in r262209.
MFC after: 3 days
This commit is contained in:
parent
873fc70382
commit
37f9264d59
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ CLEANFILES= ${GEN} ${GEN:S/.x$/.c/:S/.hx$/.h/} ocsp_asn1_files \
|
|||
|
||||
INCS+= ocsp_asn1.h pkcs10_asn1.h crmf_asn1.h
|
||||
|
||||
.ORDER: ${GEN_OSCP}
|
||||
.ORDER: ${GEN_OCSP}
|
||||
${GEN_OCSP}: ocsp.asn1 ocsp.opt
|
||||
${ASN1_COMPILE} --option-file=${.ALLSRC:M*.opt} \
|
||||
${.ALLSRC:M*.asn1} ocsp_asn1
|
||||
|
|
|
|||
Loading…
Reference in a new issue