summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2013-03-11 18:20:40 +0000
committererdgeist <erdgeist@erdgeist.org>2013-03-11 18:20:40 +0000
commite7a889bb091896bdfb759a08b77083f52b5e9747 (patch)
treeb064556008f4121a89792755a1825c03becc76c3 /Makefile
parent01c79bd59d87f8ce6f9a3dacb1f6b02c85780e9b (diff)
man1 is unused now
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 818538e..7ca9db3 100755
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ PREFIX?=/usr/local
7all: 7all:
8 8
9install: 9install:
10 mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man1/ ${PREFIX}/man/man5/ ${PREFIX}/man/man7 ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ ${PREFIX}/share/examples/ezjail ${PREFIX}/share/zsh/site-functions 10 mkdir -p ${PREFIX}/etc/ezjail/ ${PREFIX}/man/man5/ ${PREFIX}/man/man7 ${PREFIX}/man/man8 ${PREFIX}/etc/rc.d/ ${PREFIX}/bin/ ${PREFIX}/share/examples/ezjail ${PREFIX}/share/zsh/site-functions
11 cp -p ezjail.conf.sample ${PREFIX}/etc/ 11 cp -p ezjail.conf.sample ${PREFIX}/etc/
12 cp -R -p examples/example ${PREFIX}/share/examples/ezjail/ 12 cp -R -p examples/example ${PREFIX}/share/examples/ezjail/
13 cp -R -p examples/nullmailer-example ${PREFIX}/share/examples/ezjail/ 13 cp -R -p examples/nullmailer-example ${PREFIX}/share/examples/ezjail/