ports/sysutils/boot-extract/files/patch-Makefile
Kurt Jaeger fb25a0de07 New port: sysutils/boot-extract
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>
2019-07-21 19:28:10 +00:00

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
+