#!/bin/sh
OS=`uname`
if [ "$OS" = "FreeBSD" ]; then
	make bsf SSLTYPE=none
else
	make slx SSLTYPE=none
fi
