summaryrefslogtreecommitdiffstats
path: root/crypto/libsasl/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libsasl/BUILD')
-rwxr-xr-xcrypto/libsasl/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/libsasl/BUILD b/crypto/libsasl/BUILD
new file mode 100755
index 0000000000..ef6b5f1f55
--- /dev/null
+++ b/crypto/libsasl/BUILD
@@ -0,0 +1,10 @@
+cd ${SOURCE_DIRECTORY} &&
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ ${OPTS} &&
+pushd lib &&
+make &&
+popd