aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/smrse
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-25 18:45:08 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-25 18:45:08 +0000
commita6930fe4ae76f82ccb17a31f1ca1ec01546ce074 (patch)
treeedcb2019809a25fbe0970e71659e39227c0cba6d /asn1/smrse
parent09eeb3902cde04e40895a7b8d2d7b14cffb9f8dc (diff)
Add distclean and maintainerclean rules.
svn path=/trunk/; revision=17999
Diffstat (limited to 'asn1/smrse')
-rw-r--r--asn1/smrse/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/smrse/Makefile.nmake b/asn1/smrse/Makefile.nmake
index 90efacbefc..3009cfe963 100644
--- a/asn1/smrse/Makefile.nmake
+++ b/asn1/smrse/Makefile.nmake
@@ -24,6 +24,10 @@ $(DISSECTOR_FILES): ../../tools/asn2eth.py SMRSE.asn packet-smrse-template.c pac
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