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