blob: ebcab691ffd5a6b87e7bbbada285f6d8da09dbd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.33 2014/08/08 09:34:10 apb Exp $
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: ms
.include <bsd.own.mk>
#__MINIX: dict doc examples me \
# tabset tmac wscons xml
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= legal man misc mk \
terminfo
.if ${MKNLS} != "no"
SUBDIR+=i18n locale nls
.endif
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-examples includes-man:
@true
.include <bsd.subdir.mk>
|