aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-25 18:45:08 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-25 18:45:08 +0000
commit1702d6d1845d5251eab5714a2b04ef12f2b44163 (patch)
treeedcb2019809a25fbe0970e71659e39227c0cba6d /asn1/x509ce
parent878578a0389ffe6b27a830f51a2cf257df36f6dc (diff)
Add distclean and maintainerclean rules.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17999 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/x509ce')
-rw-r--r--asn1/x509ce/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/x509ce/Makefile.nmake b/asn1/x509ce/Makefile.nmake
index 52dda1773f..bce68fb96a 100644
--- a/asn1/x509ce/Makefile.nmake
+++ b/asn1/x509ce/Makefile.nmake
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CertificateExtensions.asn packet-x509
clean:
rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
+distclean: clean
+
+maintainer-clean: distclean
+
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.
# Stuff included from template and "cnf" files has "\r\n" on windows, while