aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/MacOS/opensslconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/trunk/MacOS/opensslconf.h')
0 files changed, 0 insertions, 0 deletions
s='sha1'>129913e5
c5f38095
129913e5

1
2
3
4
5
6
7
8
9
10
11
12
13
14




           
                    
 


                                      
 
                                                                                

                
#!/bin/sh -
# $Id$

set -e

case "${host_os}" in

freebsd*) cd freebsd; . ./install.sh;;
darwin*)  cd darwin;  . ./install.sh;;
linux*)	  cd linux;   . ./install.sh;;

*)	echo 1>&2 "Don't know how to install rcynic jail on platform ${host_os}"
	exit 1;;
esac