NetBSD/share/Makefile

22 lines
532 B
Makefile
Raw Normal View History

2002-02-14 09:49:57 +03:00
# $NetBSD: Makefile,v 1.21 2002/02/14 06:49:57 enami 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= dict doc examples man me misc mk sushi \
tabset termcap tmac wscons zoneinfo
.if ${MKNLS} != "no"
2002-02-14 09:49:57 +03:00
SUBDIR+=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>