diff options
author | is <is@pkgsrc.org> | 2003-03-01 11:36:36 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2003-03-01 11:36:36 +0000 |
commit | b683e52501602c9b2d1e95e7daddceb72bfa4ea6 (patch) | |
tree | e53edef966ea73b32a5506b189be8159f73e81bc /mail | |
parent | 3279243cd1db67bc9aeec13bb3b321ac1e6e4693 (diff) | |
download | pkgsrc-b683e52501602c9b2d1e95e7daddceb72bfa4ea6.tar.gz |
List us in the IPv6-enabled package list. That top-level target only
greps the package's Makefile, but none that are included.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mini_sendmail/Makefile | 5 | ||||
-rw-r--r-- | mail/mini_sendmail/Makefile.common | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile index c24b2482b01..3c091caad2c 100644 --- a/mail/mini_sendmail/Makefile +++ b/mail/mini_sendmail/Makefile @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/02/15 22:44:16 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/01 11:36:36 is Exp $ # PKGNAME= mini_sendmail-1.3.2 PKGREVISION= 1 + +BUILD_DEFS+= USE_INET6 + .include "Makefile.common" diff --git a/mail/mini_sendmail/Makefile.common b/mail/mini_sendmail/Makefile.common index 0c1e0819f5e..fbdfb47eee1 100644 --- a/mail/mini_sendmail/Makefile.common +++ b/mail/mini_sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2003/02/22 22:14:44 is Exp $ +# $NetBSD: Makefile.common,v 1.5 2003/03/01 11:36:37 is Exp $ # DISTNAME= mini_sendmail-1.3.2 CATEGORIES= mail @@ -10,8 +10,6 @@ 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) |