Make "make includes" descend into the sendmail tree.

This commit is contained in:
atatat 2003-07-04 04:53:50 +00:00
parent 3fe5d819ac
commit 14aac0ed62
2 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.12 2001/10/12 21:05:08 nathanw Exp $
# $NetBSD: Makefile,v 1.13 2003/07/04 04:53:50 atatat Exp $
SUBDIR+= lib .WAIT libexec usr.bin usr.sbin
# Speedup stubs for some subtrees that don't need to run these rules
includes-libexec includes-usr.bin includes-usr.sbin:
includes-libexec includes-usr.bin:
@true
.include <bsd.subdir.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2003/03/05 22:09:08 wiz Exp $
# $NetBSD: Makefile,v 1.10 2003/07/04 04:53:50 atatat Exp $
# XXX Temporary for NO_SENDMAIL
.include <bsd.own.mk>
@ -9,4 +9,8 @@ SUBDIR= dbsym mdsetimage postfix
SUBDIR+= sendmail
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-dbsym includes-mdsetimage includes-postfix:
@true
.include <bsd.subdir.mk>