NetBSD/share/Makefile

22 lines
523 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.27 2007/11/12 15:01:50 jmmv Exp $
1997-10-17 14:47:42 +04:00
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
1993-06-08 07:52:08 +04:00
# Missing: ms
.include <bsd.own.mk>
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= atf dict doc examples legal man me misc mk \
tabset termcap tmac wscons xml xsl zoneinfo
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
.endif
1993-03-21 12:45:37 +03:00
# Speedup stubs for some subtrees that don't need to run these rules
2006-08-30 07:20:46 +04:00
includes-examples includes-man:
@true
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>