Index: uspace/Makefile
===================================================================
--- uspace/Makefile	(revision 68825c3f888add4d3a45eb96efd6ee12765f3362)
+++ uspace/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
@@ -222,4 +222,5 @@
 	lib/label \
 	lib/math \
+	lib/minix \
 	lib/nettl \
 	lib/nic \
@@ -256,4 +257,5 @@
 	find lib app drv srv -name '*.lo' -follow -exec rm \{\} \;
 	find lib app drv srv -name '*.d' -follow -exec rm \{\} \;
+	find lib app drv srv -name 'tag' -follow -exec rm \{\} \;
 
 $(CLEANS):
