7f59122d03
variable TRUE defined in our makefile system. This prevents "make includes" from breaking with older bsd.subdir.mk, and is more consistent with the uses of "true" in the rest of the tree.
10 lines
262 B
Makefile
10 lines
262 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/10/12 21:05:08 nathanw 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:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|