aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x420/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x420/Makefile.common')
-rw-r--r--asn1/x420/Makefile.common19
1 files changed, 17 insertions, 2 deletions
diff --git a/asn1/x420/Makefile.common b/asn1/x420/Makefile.common
index a77db73e40..5917494177 100644
--- a/asn1/x420/Makefile.common
+++ b/asn1/x420/Makefile.common
@@ -48,9 +48,24 @@ SRC_FILES = \
A2W_FLAGS= -b -e
EXTRA_CNF= \
+ ../acse/acse-exp.cnf \
../ftam/ftam-exp.cnf \
../x411/x411-exp.cnf \
../x509af/x509af-exp.cnf \
- ../x509ce/x509ce-exp.cnf \
- ../acse/acse-exp.cnf
+ ../x509ce/x509ce-exp.cnf
+
+../acse/acse-exp.cnf:
+ (cd ../acse && $(MAKE_CNF_EXPORT))
+
+../ftam/ftam-exp.cnf:
+ (cd ../ftam && $(MAKE_CNF_EXPORT))
+
+../x411/x411-exp.cnf:
+ (cd ../x411 && $(MAKE_CNF_EXPORT))
+
+../x509af/x509af-exp.cnf:
+ (cd ../x509af && $(MAKE_CNF_EXPORT))
+
+../x509ce/x509ce-exp.cnf:
+ (cd ../x509ce && $(MAKE_CNF_EXPORT))