diff options
author | is <is> | 2003-02-22 22:14:44 +0000 |
---|---|---|
committer | is <is> | 2003-02-22 22:14:44 +0000 |
commit | 007b6a4d3f1dcd2d74cd4b7d81718a07059521e6 (patch) | |
tree | cf4a5c34bf588c182ac7d2d27b7615e3c604ceb7 /mail | |
parent | f1c044b0548a989a71ca73d08543e0218b27747d (diff) | |
download | pkgsrc-007b6a4d3f1dcd2d74cd4b7d81718a07059521e6.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) |