summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/pxe_wizard/Makefile b/pxe_wizard/Makefile
new file mode 100644
index 00000000..30547ad6
--- /dev/null
+++ b/pxe_wizard/Makefile
@@ -0,0 +1,8 @@
+install2:
+ su -c 'make install'
+
+install:
+ mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/pxe_wizard/images
+ mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard
+ install --mode=u=rw,g=r,o=r -p *.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/
+# install --mode=a=r -p ./images/*.png ${prefix}/share/wizards/pxe_wizard/images