Run msh through indent
[oweals/busybox.git] / applets / Makefile.in
index 79582e0697390f9cda6d12a7625c4f4b17c7c394..afd5cbeb9dc9901be5495035bbb14e2e68ed7e83 100644 (file)
@@ -22,7 +22,7 @@ ifndef $(APPLETS_DIR)
 APPLETS_DIR:=$(TOPDIR)applets/
 endif
 
-APPLET_SRC:=applets.c busybox.c usage.c
+APPLET_SRC:=applets.c busybox.c
 APPLET_OBJ:= $(patsubst %.c,$(APPLETS_DIR)%.o, $(APPLET_SRC))