Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc NO_POSTFIX should have been BUILD_POSTFIX with reversed ...



details:   https://anonhg.NetBSD.org/src/rev/a46640c13a26
branches:  trunk
changeset: 467805:a46640c13a26
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Mar 29 16:40:44 1999 +0000

description:
NO_POSTFIX should have been BUILD_POSTFIX with reversed sense.

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c5287f10724 -r a46640c13a26 etc/Makefile
--- a/etc/Makefile      Mon Mar 29 13:48:25 1999 +0000
+++ b/etc/Makefile      Mon Mar 29 16:40:44 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.111 1999/03/28 21:31:11 simonb Exp $
+#      $NetBSD: Makefile,v 1.112 1999/03/29 16:40:44 perry Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -202,7 +202,7 @@
 .ifndef NO_SENDMAIL
        (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
 .endif
-.ifndef NO_POSTFIX
+.ifdef BUILD_POSTFIX
        (cd ../usr.sbin/postfix/etc; ${MAKE} distribution)
 .endif
 



Home | Main Index | Thread Index | Old Index