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