From d7c824d44dc9ebf7c6af8364907bf7cc30a1b98f Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 8 Nov 2005 01:32:56 +0000 Subject: Build without YP support on Interix. --- databases/lbdb/Makefile | 8 +++++++- databases/lbdb/PLIST | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index 6abaaca0d18..e93d58906b6 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/09/10 11:26:47 tonio Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/08 01:32:56 tv Exp $ DISTNAME= lbdb_0.30 PKGNAME= ${DISTNAME:S/_/-/} @@ -35,4 +35,10 @@ EGDIR= ${PREFIX}/share/examples/lbdb CONF_FILES+= ${EGDIR}/lbdb.rc ${PKG_SYSCONFDIR}/lbdb.rc CONF_FILES+= ${EGDIR}/lbdb_ldap.rc ${PKG_SYSCONFDIR}/lbdb_ldap.rc +.if ${OPSYS} == "Interix" +PLIST_SUBST+= WITHYP='@comment ' +.else +PLIST_SUBST+= WITHYP='' +.endif + .include "../../mk/bsd.pkg.mk" diff --git a/databases/lbdb/PLIST b/databases/lbdb/PLIST index e17fb54d54d..2f2e5f097ad 100644 --- a/databases/lbdb/PLIST +++ b/databases/lbdb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/08/30 16:14:53 tonio Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/11/08 01:32:56 tv Exp $ bin/lbdb-fetchaddr bin/lbdb_dotlock bin/lbdbq @@ -20,7 +20,7 @@ libexec/lbdb/m_palm libexec/lbdb/m_passwd libexec/lbdb/m_pine libexec/lbdb/m_wanderlust -libexec/lbdb/m_yppasswd +${WITHYP}libexec/lbdb/m_yppasswd libexec/lbdb/munge libexec/lbdb/munge-keeporder libexec/lbdb/mutt_ldap_query -- cgit v1.2.3