openbsd-ports/mail/dovecot/files/krb5-config

10 lines
133 B
Bash

#! /bin/sh
case x$1 in
x--libs)
echo '-lgssapi -lkrb5 -lasn1 -lcrypto';;
x--cflags)
echo '-I/usr/include/kerberosV';;
esac
exit 0