aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixcmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/pkixcmp/Makefile')
-rwxr-xr-xasn1/pkixcmp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/pkixcmp/Makefile b/asn1/pkixcmp/Makefile
new file mode 100755
index 0000000000..52b197e94f
--- /dev/null
+++ b/asn1/pkixcmp/Makefile
@@ -0,0 +1,5 @@
+
+../../epan/dissectors/packet-cmp.c : ../../tools/asn2eth.py CMP.asn packet-cmp-template.c packet-cmp-template.h cmp.cnf
+ python ../../tools/asn2eth.py -X -b -e -p cmp -c cmp.cnf -s packet-cmp-template CMP.asn
+ cp packet-cmp.* ../../epan/dissectors
+