summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-21 03:39:19 +0000
committermillert <millert@openbsd.org>1997-04-21 03:39:19 +0000
commita73c5dbd5d84b581c83cbe81f09270be777bf74a (patch)
treee4adbcaba0f7a9ebd1e60b09fd35840923dbd977
parentTake care when accessing DAFB--some quadra-class machines use other video (diff)
downloadwireguard-openbsd-a73c5dbd5d84b581c83cbe81f09270be777bf74a.tar.xz
wireguard-openbsd-a73c5dbd5d84b581c83cbe81f09270be777bf74a.zip
defined(YP) -> ${YP} == "yes"
-rw-r--r--usr.sbin/sendmail/src/Makefile4
1 files changed, 2 insertions, 2 deletions
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