summaryrefslogtreecommitdiffstats
path: root/hacks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/Makefile')
-rw-r--r--hacks/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/hacks/Makefile b/hacks/Makefile
new file mode 100644
index 0000000..abb4ed3
--- /dev/null
+++ b/hacks/Makefile
@@ -0,0 +1,7 @@
+all:
+
+install:
+ mkdir -p $(DESTDIR)/usr/sbin
+ install startup_hacks.sh $(DESTDIR)/usr/sbin
+
+clean:
OpenPOWER on IntegriCloud