NetBSD/share/Makefile

22 lines
544 B
Makefile
Raw Normal View History

2005-10-22 16:31:05 +04:00
# $NetBSD: Makefile,v 1.23 2005/10/22 12:31:05 rpaulo 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)
2005-10-22 16:31:05 +04:00
SUBDIR= dict doc examples legal man me misc mk sushi \
tabset termcap tmac wscons 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
includes-examples includes-man includes-sushi obj-sushi:
@true
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>