NetBSD/gnu/Makefile
nathanw 7f59122d03 Use @true instead of @${TRUE} in includes-foo targets, since there is no
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.
2001-10-12 21:05:08 +00:00

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>