Add distclean and maintainerclean rules.
[metze/wireshark/wip.git] / asn1 / ns-cert-exts / Makefile.nmake
index 62bc1e9c816d1c27b4c2ee9ba35fbd33dfe107e6..3e6550b1a7fcd93b4d33ddc147d14e62cb06c85b 100644 (file)
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py NETSCAPE-CERT-EXTS.asn packet-ns_cert
 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