diff options
author | is <is> | 2003-02-22 22:14:44 +0000 |
---|---|---|
committer | is <is> | 2003-02-22 22:14:44 +0000 |
commit | 19c05e3ea686af9c9b3fe9fbbdfa76ed727c8ef3 (patch) | |
tree | cf4a5c34bf588c182ac7d2d27b7615e3c604ceb7 /mail | |
parent | 1b219a4843ed5d6a2a4e3d21389e1869e07756bf (diff) | |
download | pkgsrc-19c05e3ea686af9c9b3fe9fbbdfa76ed727c8ef3.tar.gz |
We know about IPv6.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mini_sendmail/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common index c2eadb51927..0c1e0819f5e 100644 --- a/mail/mini_sendmail/Makefile.common +++ b/mail/mini_sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2003/02/18 16:13:03 is Exp $ +# $NetBSD: Makefile.common,v 1.4 2003/02/22 22:14:44 is Exp $ # DISTNAME= mini_sendmail-1.3.2 CATEGORIES= mail @@ -10,6 +10,8 @@ COMMENT= accept email on behalf of the real sendmail without spooling FILESDIR= ${.CURDIR}/../mini_sendmail/files +BUILD_DEFS+= USE_INET6 + .include "../../mk/bsd.prefs.mk" .if (${OPSYS} == SunOS) |