artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e76987f
)
defined(YP) -> ${YP} == "yes"
author
millert
<millert@openbsd.org>
Mon, 21 Apr 1997 03:39:19 +0000
(
03:39
+0000)
committer
millert
<millert@openbsd.org>
Mon, 21 Apr 1997 03:39:19 +0000
(
03:39
+0000)
usr.sbin/sendmail/src/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/sendmail/src/Makefile
b/usr.sbin/sendmail/src/Makefile
index
21426fa
..
8bd8558
100644
(file)
--- a/
usr.sbin/sendmail/src/Makefile
+++ b/
usr.sbin/sendmail/src/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.1
1 1997/03/04 07:07:21 downsj
Exp $
+# $OpenBSD: Makefile,v 1.1
2 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