diff options
-rw-r--r-- | mail/postfix/Makefile.options | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile.options b/mail/postfix/Makefile.options index fd347f5b1dd..b7efb2bb0db 100644 --- a/mail/postfix/Makefile.options +++ b/mail/postfix/Makefile.options @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.2 2004/07/19 20:34:50 jlam Exp $ +# $NetBSD: Makefile.options,v 1.3 2004/07/23 15:00:29 jlam Exp $ # # POSTFIX_ALL_OPTIONS lists all of the currently-supported optional modules # that may be built into Postfix. @@ -7,6 +7,7 @@ # POSTFIX_ALL_OPTIONS= inet6 ldap mysql mysql4 pcre sasl tls POSTFIX_OPTIONS?= # empty +BUILD_DEFS+= POSTFIX_OPTIONS _POSTFIX_OPTIONS= # empty .for _opt_ in ${POSTFIX_OPTIONS} |