22 lines
531 B
Makefile
22 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.28 2008/05/20 12:17:48 ad 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= atf dict doc examples ldscripts legal man me misc mk \
|
|
tabset termcap tmac wscons xml xsl zoneinfo
|
|
.if ${MKNLS} != "no"
|
|
SUBDIR+=i18n locale nls
|
|
.endif
|
|
.endif
|
|
|
|
# Speedup stubs for some subtrees that don't need to run these rules
|
|
includes-examples includes-man:
|
|
@true
|
|
|
|
.include <bsd.subdir.mk>
|