diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-08 16:16:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-08 16:16:00 +0000 |
commit | d90b2334937cbc235300e71a0e717622a162c695 (patch) | |
tree | ab766407c7ff7863afeeb82239b71df1b8163a20 /mail/sendmail | |
parent | 9ba39aca3e7034432eccdbba83aff9ce8b2b8a2a (diff) | |
download | pkgsrc-d90b2334937cbc235300e71a0e717622a162c695.tar.gz |
Don't define NEEDSGETIPNODE on DragonFly as well.
XXX Is this fragment really needed at all? include/sm/conf.h has a check
for Linux and others should most likely be explicitly enumerated as well.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 73fea46e4dc..40248e94347 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2005/12/05 20:50:35 rillig Exp $ +# $NetBSD: Makefile.common,v 1.31 2006/01/08 16:16:00 joerg Exp $ # # Makefile fragment shared with libmilter # @@ -40,7 +40,7 @@ make-sendmail-siteconfig: .if !empty(PKG_OPTIONS:Minet6) @${CAT} ${FILESDIR}/site.config.m4-v6 >>${SITECONFIG} -.if ${OPSYS} != "SunOS" && ${OPSYS} != "BSDOS" +.if ${OPSYS} != "SunOS" && ${OPSYS} != "BSDOS" && ${OPSYS} != "DragonFly" @${CAT} ${FILESDIR}/site.config.m4-v6-not-solaris >>${SITECONFIG} .endif .endif |