From d90b2334937cbc235300e71a0e717622a162c695 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 8 Jan 2006 16:16:00 +0000 Subject: 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. --- mail/sendmail/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/sendmail') 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 -- cgit v1.2.3