summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/net/ynl/lib/Makefile')
-rw-r--r--tools/net/ynl/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/net/ynl/lib/Makefile b/tools/net/ynl/lib/Makefile
index d2e50fd0a52d..2201dafc62b3 100644
--- a/tools/net/ynl/lib/Makefile
+++ b/tools/net/ynl/lib/Makefile
@@ -18,7 +18,7 @@ ynl.a: $(OBJS)
clean:
rm -f *.o *.d *~
-hardclean: clean
+distclean: clean
rm -f *.a
%.o: %.c