Source-Changes-HG archive

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

[src/trunk]: src Build "sendmail" 8.9.3 instead of 8.8.8.



details:   https://anonhg.NetBSD.org/src/rev/22a968ce3981
branches:  trunk
changeset: 481878:22a968ce3981
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Feb 08 13:53:01 2000 +0000

description:
Build "sendmail" 8.9.3 instead of 8.8.8.

diffstat:

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

diffs (35 lines):

diff -r d0aa09dfacbc -r 22a968ce3981 gnu/Makefile
--- a/gnu/Makefile      Tue Feb 08 13:45:33 2000 +0000
+++ b/gnu/Makefile      Tue Feb 08 13:53:01 2000 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.8 1999/02/15 11:21:41 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2000/02/08 13:53:03 tron Exp $
 
-SUBDIR+= lib libexec usr.bin
+SUBDIR+= lib libexec usr.bin usr.sbin
 
 .include <bsd.subdir.mk>
diff -r d0aa09dfacbc -r 22a968ce3981 usr.sbin/Makefile
--- a/usr.sbin/Makefile Tue Feb 08 13:45:33 2000 +0000
+++ b/usr.sbin/Makefile Tue Feb 08 13:53:01 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.131 2000/01/28 19:32:43 itojun Exp $
+#      $NetBSD: Makefile,v 1.132 2000/02/08 13:53:01 tron Exp $
 #      from: @(#)Makefile      5.20 (Berkeley) 6/12/93
 
-# XXX Temporary for NO_SENDMAIL and BUILD_POSTFIX
+# XXX Temporary for BUILD_POSTFIX
 .include <bsd.own.mk>
 
 SRCTOP=        ..
@@ -30,10 +30,6 @@
 # ATM PVC
 SUBDIR+=pvcsif pvctxctl
 
-.if !defined(NO_SENDMAIL)
-SUBDIR+=       sendmail
-.endif
-
 .if defined(BUILD_POSTFIX)
 SUBDIR+=       postfix
 .endif



Home | Main Index | Thread Index | Old Index