Add distclean and maintainerclean rules.
[metze/wireshark/wip.git] / asn1 / pkixcmp / Makefile.nmake
index a7107c49070c30972a1508cf7043d6f6f5b854ba..7e4ed2d337702bb4f6119ef1d78984a60cd3d950 100644 (file)
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py CMP.asn packet-cmp-template.c 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