From e4ff9a22ec1a58c3e99f476360af9db2d03396a5 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 8 Jun 2005 01:17:14 +0000 Subject: needed --- sshd_wizard/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sshd_wizard/Makefile 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 -- cgit v1.2.1