NetBSD/share/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

22 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.19 2001/10/12 21:05:09 nathanw Exp $
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: ms
.include <bsd.own.mk>
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= dict doc examples man me misc mk sushi \
tabset termcap tmac wscons zoneinfo
.if ${MKNLS} != "no"
SUBDIR+=locale
.endif
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-examples includes-man includes-sushi:
@true
.include <bsd.subdir.mk>