diff options
| author | simonb <simonb@NetBSD.org> | 2000-10-23 04:38:38 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2000-10-23 04:38:38 +0000 |
| commit | 8d8f957b42dca4cfde155c62bf3b74e95f67cdbc (patch) | |
| tree | 4f32ab12b3e50e506848f320da6c83cf3677db6e /gnu | |
| parent | 644aa13a51f966c9ca0663ab93fa5a872a0e9f9f (diff) | |
Use MKDOC to check for building in the doc subdirectory, not MKSHARE.
If MKSHARE=no, <bsd.own.mk> will set MKDOC=no automatically.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.sbin/sendmail/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/Makefile b/gnu/usr.sbin/sendmail/Makefile index 0f8d7cfb9f2..ae6f9837350 100644 --- a/gnu/usr.sbin/sendmail/Makefile +++ b/gnu/usr.sbin/sendmail/Makefile @@ -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 |
