From: millert Date: Mon, 21 Apr 1997 03:39:19 +0000 (+0000) Subject: defined(YP) -> ${YP} == "yes" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a73c5dbd5d84b581c83cbe81f09270be777bf74a;p=openbsd defined(YP) -> ${YP} == "yes" --- diff --git a/usr.sbin/sendmail/src/Makefile b/usr.sbin/sendmail/src/Makefile index 21426fa7694..8bd8558e44b 100644 --- a/usr.sbin/sendmail/src/Makefile +++ b/usr.sbin/sendmail/src/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 1997/03/04 07:07:21 downsj Exp $ +# $OpenBSD: Makefile,v 1.12 1997/04/21 03:39:19 millert Exp $ # # OpenBSD Makefile # @@ -18,7 +18,7 @@ PROG= sendmail # spiral snail, but it will work. DBMDEF= -DNEWDB -.if defined(YP) +.if (${YP} == "yes") DBMDEF+=-DNIS .endif