diff options
Diffstat (limited to 'mail/rblsmtpd/scripts')
-rw-r--r-- | mail/rblsmtpd/scripts/configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/rblsmtpd/scripts/configure b/mail/rblsmtpd/scripts/configure new file mode 100644 index 000000000000..6a0d9964f245 --- /dev/null +++ b/mail/rblsmtpd/scripts/configure @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Set up daemontools for the *BSD environment... +# +# @(#) $Id: configure,v 1.1.1.1 1998/07/09 10:18:38 dburr Exp $ +# + +# Tune the options we're given. +echo ${PREFIX} > ${WRKSRC}/conf-home +echo cc ${CFLAGS} > ${WRKSRC}/conf-cc |