aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ess
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/ess
parent09eeb3902cde04e40895a7b8d2d7b14cffb9f8dc (diff)
Add distclean and maintainerclean rules.
svn path=/trunk/; revision=17999
Diffstat (limited to 'asn1/ess')
-rw-r--r--asn1/ess/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/ess/Makefile.nmake b/asn1/ess/Makefile.nmake
index b40ea8ca90..2f9955627a 100644
--- a/asn1/ess/Makefile.nmake
+++ b/asn1/ess/Makefile.nmake
@@ -30,6 +30,10 @@ clean:
packet-ess-ett.c \
packet-ess-hf.c
+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