Source-Changes-HG archive

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

[src/trunk]: src/etc "sendmail" is in "src/gnu/usr.sbin/sendmail" now.



details:   https://anonhg.NetBSD.org/src/rev/275f3d9ca69a
branches:  trunk
changeset: 481911:275f3d9ca69a
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Feb 09 08:15:12 2000 +0000

description:
"sendmail" is in "src/gnu/usr.sbin/sendmail" now.

diffstat:

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

diffs (18 lines):

diff -r 765cc2ae1f66 -r 275f3d9ca69a etc/Makefile
--- a/etc/Makefile      Wed Feb 09 07:57:52 2000 +0000
+++ b/etc/Makefile      Wed Feb 09 08:15:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.132 2000/02/05 18:25:01 jlam Exp $
+#      $NetBSD: Makefile,v 1.133 2000/02/09 08:15:12 tron Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -217,7 +217,7 @@
        (cd ${DESTDIR}/dev; ./MAKEDEV all)
        (cd ../usr.bin/mail; ${MAKE} distribution)
 .ifndef NO_SENDMAIL
-       (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
+       (cd ../gnu/usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
        ${DESTDIR}/usr/libexec/sendmail/sendmail -C ${DESTDIR}/etc/sendmail.cf -O AliasFile=${DESTDIR}/etc/aliases -bi
 .endif
 .ifdef BUILD_POSTFIX



Home | Main Index | Thread Index | Old Index