Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/usr.sbin/sendmail Pull up revision 1.3 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/08376d1c632a
branches:  netbsd-1-5
changeset: 490439:08376d1c632a
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Tue Dec 26 15:51:54 2000 +0000

description:
Pull up revision 1.3 (requested by simonb):
  Move the the "doc" subdirectory from MKSHARE conditional to the MKDOC one.

diffstat:

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

diffs (21 lines):

diff -r 5edbcff999a0 -r 08376d1c632a gnu/usr.sbin/sendmail/Makefile
--- a/gnu/usr.sbin/sendmail/Makefile    Tue Dec 26 15:47:36 2000 +0000
+++ b/gnu/usr.sbin/sendmail/Makefile    Tue Dec 26 15:51:54 2000 +0000
@@ -1,11 +1,15 @@
-#      $NetBSD: Makefile,v 1.2 2000/05/03 10:50:56 itojun Exp $
+#      $NetBSD: Makefile,v 1.2.2.1 2000/12/26 15:51:54 jhawk 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