13 lines
262 B
Diff
13 lines
262 B
Diff
|
|
diff --git a/Makefile b/Makefile
|
||
|
|
index 75a6bc1..6021d42 100644
|
||
|
|
--- a/Makefile
|
||
|
|
+++ b/Makefile
|
||
|
|
@@ -30,7 +30,6 @@ all:
|
||
|
|
|
||
|
|
install: all
|
||
|
|
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) modules_install
|
||
|
|
- cp -r etc usr /
|
||
|
|
|
||
|
|
clean:
|
||
|
|
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) clean
|