aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s4406/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/s4406/Makefile.common')
-rw-r--r--asn1/s4406/Makefile.common10
1 files changed, 9 insertions, 1 deletions
diff --git a/asn1/s4406/Makefile.common b/asn1/s4406/Makefile.common
index 784572b65f..11f5f00a74 100644
--- a/asn1/s4406/Makefile.common
+++ b/asn1/s4406/Makefile.common
@@ -45,5 +45,13 @@ SRC_FILES = \
A2W_FLAGS= -b -e
-EXTRA_CNF=
+EXTRA_CNF= \
+ ../x411/x411-exp.cnf \
+ ../x420/x420-exp.cnf
+
+../x411/x411-exp.cnf:
+ (cd ../x411 && $(MAKE_CNF_EXPORT))
+
+../x420/x420-exp.cnf:
+ (cd ../x420 && $(MAKE_CNF_EXPORT))