iso9660fs: initialize buffer cache
[minix.git] / share / Makefile
blobe74ff75518baa5417ae2d0580014af180c2afc8d
1 # $NetBSD: Makefile,v 1.32 2010/02/03 15:34:44 roy Exp $
2 # from @(#)Makefile 8.1 (Berkeley) 6/5/93
4 # Missing: ms
6 .include <bsd.own.mk>
8 .if ${MKSHARE} != "no" || \
9 make(clean) || make(cleandir) || make(distclean) || make(obj)
10 SUBDIR= misc mk \
11 terminfo zoneinfo
12 .if ${MKNLS} != "no"
13 SUBDIR+=i18n locale nls
14 .endif
15 .endif
17 # Speedup stubs for some subtrees that don't need to run these rules
18 includes-examples includes-man:
19 @true
21 .include <bsd.subdir.mk>