defined(YP) -> ${YP} == "yes"
authormillert <millert@openbsd.org>
Mon, 21 Apr 1997 03:39:19 +0000 (03:39 +0000)
committermillert <millert@openbsd.org>
Mon, 21 Apr 1997 03:39:19 +0000 (03:39 +0000)
usr.sbin/sendmail/src/Makefile

index 21426fa..8bd8558 100644 (file)
@@ -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