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