Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin Don't build "sendmail" if "NO_SENDMAIL" is defi...



details:   https://anonhg.NetBSD.org/src/rev/1aa52089f882
branches:  trunk
changeset: 481880:1aa52089f882
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Feb 08 14:06:01 2000 +0000

description:
Don't build "sendmail" if "NO_SENDMAIL" is defined.

diffstat:

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

diffs (16 lines):

diff -r c610d476f2e3 -r 1aa52089f882 gnu/usr.sbin/Makefile
--- a/gnu/usr.sbin/Makefile     Tue Feb 08 14:01:49 2000 +0000
+++ b/gnu/usr.sbin/Makefile     Tue Feb 08 14:06:01 2000 +0000
@@ -1,5 +1,10 @@
-#      $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:33 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2000/02/08 14:06:01 tron Exp $
 
-SUBDIR=        sendmail
+# XXX Temporary for NO_SENDMAIL
+.include <bsd.own.mk>
+
+.if !defined(NO_SENDMAIL)
+SUBDIR+=       sendmail
+.endif
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index