2006-08-30 07:20:46 +04:00
|
|
|
# $NetBSD: Makefile,v 1.25 2006/08/30 03:20:46 yamt 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
|
|
|
|
|
1998-09-27 20:31:39 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
.if ${MKSHARE} != "no" || \
|
1998-09-27 20:31:39 +04:00
|
|
|
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
2006-02-08 03:47:29 +03:00
|
|
|
SUBDIR= dict doc examples legal man me misc mk \
|
2000-12-22 04:31:47 +03:00
|
|
|
tabset termcap tmac wscons zoneinfo
|
2000-12-30 07:21:20 +03:00
|
|
|
.if ${MKNLS} != "no"
|
2003-06-27 12:39:59 +04:00
|
|
|
SUBDIR+=i18n locale nls
|
2000-12-30 07:21:20 +03:00
|
|
|
.endif
|
1998-09-27 20:31:39 +04:00
|
|
|
.endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2001-09-22 00:54:02 +04: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:
|
2001-10-13 01:05:08 +04:00
|
|
|
@true
|
2001-09-22 00:54:02 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.subdir.mk>
|