Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add a NO_POSTFIX check to allow \'make distribution\' to...
details: https://anonhg.NetBSD.org/src/rev/96a5d6093dbf
branches: trunk
changeset: 467765:96a5d6093dbf
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Mar 28 21:31:11 1999 +0000
description:
Add a NO_POSTFIX check to allow \'make distribution\' to work.
diffstat:
etc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0957294379cb -r 96a5d6093dbf etc/Makefile
--- a/etc/Makefile Sun Mar 28 21:09:54 1999 +0000
+++ b/etc/Makefile Sun Mar 28 21:31:11 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 1999/03/27 05:17:08 mrg Exp $
+# $NetBSD: Makefile,v 1.111 1999/03/28 21:31:11 simonb Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -202,7 +202,9 @@
.ifndef NO_SENDMAIL
(cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
.endif
+.ifndef NO_POSTFIX
(cd ../usr.sbin/postfix/etc; ${MAKE} distribution)
+.endif
distrib-dirs:
Home |
Main Index |
Thread Index |
Old Index