Add distclean and maintainerclean rules.
[obnox/wireshark/wip.git] / asn1 / cms / Makefile.nmake
index 9bca4a1fe0c805447b408b6a128599ae27baa7de..d237f6a6a16288e1ce40627c995e501bc3e8afbe 100644 (file)
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CryptographicMessageSyntax.asn packet
 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