opnsense-ports/sysutils/boot-extract/files/patch-Makefile
Franco Fichtner cfa632be68 */*: sync with upstream
Taken from: HardenedBSD
2019-07-22 18:09:23 +02: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
+