NetBSD/share/Makefile

29 lines
581 B
Makefile
Raw Normal View History

# $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
.include <bsd.own.mk>
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= dict examples installboot legal man me misc mk \
tabset terminfo tmac wscons xml
.if ${MKGROFF} != "no"
SUBDIR+=doc
.endif
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
.endif
1993-03-21 12:45:37 +03:00
2018-06-10 20:55:11 +03:00
SUBDIR.roff+= doc
# 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>