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