diff --git a/gnu/Makefile b/gnu/Makefile index 7b4f8be20c9c..bc176b17341a 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -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 diff --git a/gnu/usr.sbin/Makefile b/gnu/usr.sbin/Makefile index dccfa1a6f11d..ac6889ad63ed 100644 --- a/gnu/usr.sbin/Makefile +++ b/gnu/usr.sbin/Makefile @@ -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 @@ -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