2019-05-07 08:02:41 +03:00
|
|
|
# $NetBSD: Makefile,v 1.36 2019/05/07 05:02:42 thorpej 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)
|
2019-05-07 08:02:41 +03:00
|
|
|
SUBDIR= dict examples installboot legal man me misc mk \
|
2014-08-08 13:34:10 +04:00
|
|
|
tabset terminfo tmac wscons xml
|
2018-06-10 20:17:46 +03:00
|
|
|
|
|
|
|
.if ${MKGROFF} != "no"
|
|
|
|
SUBDIR+=doc
|
|
|
|
.endif
|
|
|
|
|
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
|
|
|
|
2018-06-10 20:55:11 +03:00
|
|
|
SUBDIR.roff+= doc
|
|
|
|
|
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>
|