Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin/sendmail Use MKDOC to check for building in the...



details:   https://anonhg.NetBSD.org/src/rev/6b7f9e5f2cc6
branches:  trunk
changeset: 498411:6b7f9e5f2cc6
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 23 04:38:38 2000 +0000

description:
Use MKDOC to check for building in the doc subdirectory, not MKSHARE.
If MKSHARE=no, <bsd.own.mk> will set MKDOC=no automatically.

diffstat:

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

diffs (21 lines):

diff -r 4ae1ed83fff6 -r 6b7f9e5f2cc6 gnu/usr.sbin/sendmail/Makefile
--- a/gnu/usr.sbin/sendmail/Makefile    Mon Oct 23 04:05:21 2000 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile    Mon Oct 23 04:38:38 2000 +0000
@@ -1,11 +1,15 @@
-#      $NetBSD: Makefile,v 1.2 2000/05/03 10:50:56 itojun Exp $
+#      $NetBSD: Makefile,v 1.3 2000/10/23 04:38:38 simonb Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=                libsmdb libsmutil sendmail mailstats makemap praliases smrsh
 
+.if ${MKDOC} != "no"
+SUBDIR+=       doc
+.endif
+
 .if ${MKSHARE} != "no"
-SUBDIR+=       cf/cf doc
+SUBDIR+=       cf/cf
 .if make(install)
 SUBDIR+=       cf
 .endif



Home | Main Index | Thread Index | Old Index