Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin only build postfix if BUILD_POSTFIX is set



details:   https://anonhg.NetBSD.org/src/rev/566da47f3f27
branches:  trunk
changeset: 467670:566da47f3f27
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Mar 27 03:22:49 1999 +0000

description:
only build postfix if BUILD_POSTFIX is set

diffstat:

 usr.sbin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e5ab051b9669 -r 566da47f3f27 usr.sbin/Makefile
--- a/usr.sbin/Makefile Sat Mar 27 03:03:17 1999 +0000
+++ b/usr.sbin/Makefile Sat Mar 27 03:22:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.105 1999/03/27 03:03:17 perry Exp $
+#      $NetBSD: Makefile,v 1.106 1999/03/27 03:22:49 perry Exp $
 #      from: @(#)Makefile      5.20 (Berkeley) 6/12/93
 #
 # not yet done: catman
@@ -27,7 +27,7 @@
 SUBDIR+=       sendmail
 .endif
 
-.if !defined(NO_POSTFIX)
+.if defined(BUILD_POSTFIX)
 SUBDIR+=       postfix
 .endif
 



Home | Main Index | Thread Index | Old Index