aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/x411/Makefile.common')
-rw-r--r--asn1/x411/Makefile.common9
1 files changed, 8 insertions, 1 deletions
diff --git a/asn1/x411/Makefile.common b/asn1/x411/Makefile.common
index 6506f32324..b959664882 100644
--- a/asn1/x411/Makefile.common
+++ b/asn1/x411/Makefile.common
@@ -52,7 +52,9 @@ EXTRA_CNF= \
../x509af/x509af-exp.cnf \
../x509ce/x509ce-exp.cnf \
../x509if/x509if-exp.cnf \
- ../x509sat/x509sat-exp.cnf
+ ../x509sat/x509sat-exp.cnf \
+ ../ros/ros-exp.cnf \
+ ../rtse/rtse-exp.cnf
../x509af/x509af-exp.cnf:
(cd ../x509af && $(MAKE_CNF_EXPORT))
@@ -66,3 +68,8 @@ EXTRA_CNF= \
../x509sat/x509sat-exp.cnf:
(cd ../x509sat && $(MAKE_CNF_EXPORT))
+../ros/ros-exp.cnf:
+ (cd ../ros && $(MAKE_CNF_EXPORT))
+
+../rtse/rtse-exp.cnf:
+ (cd ../rtse && $(MAKE_CNF_EXPORT))