diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-02-11 07:23:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-02-11 07:23:16 +0000 |
commit | 2f50aab3312bec33676b711a87a29e5974be7dab (patch) | |
tree | 8b80ba66bdeed910d1f30fb44a5465be0d73851a /mail/rblsmtpd/scripts | |
parent | 22d5e4bb7fdd33339830b462e10541db89367abc (diff) |
Notes
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 |