diff options
Diffstat (limited to 'sshd_wizard/Makefile')
-rw-r--r-- | sshd_wizard/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sshd_wizard/Makefile b/sshd_wizard/Makefile new file mode 100644 index 00000000..925452c2 --- /dev/null +++ b/sshd_wizard/Makefile @@ -0,0 +1,8 @@ +install2: + su -c 'make install' + +install: + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards + mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/sshd_wizard +# mkdir -p --mode=u=rwx,g=rx,o=rx ${prefix}/share/wizards/sshd_wizard/images +# install --mode=a=r -p ./images/sshd.png ${prefix}/share/wizards/sshd_wizard/images |