mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
Utility to extract kernel and ramdisk from an Android boot or recovery image file WWW: https://github.com/csimmonds/boot-extract PR: 239206 Submitted by: Martin Filla <freebsd@sysctl.cz>
16 lines
221 B
Text
16 lines
221 B
Text
--- Makefile.orig 2017-11-25 09:25:52 UTC
|
|
+++ Makefile
|
|
@@ -1,4 +1,5 @@
|
|
|
|
+
|
|
CFLAGS=-Wall
|
|
PROGS=boot-extract
|
|
|
|
@@ -10,3 +11,7 @@ clean:
|
|
rm -f *.o
|
|
rm -f $(PROGS)
|
|
|
|
+install: boot-extract
|
|
+
|
|
+.PHONY: all clean install
|
|
+
|