#! /bin/sh

if [ "`uname`" = "Darwin" ]; then
    echo "PKG_LIBS=-framework Security" > src/Makevars
fi
