64-bit VFS_LSEEK_OFF
[minix3.git] / share / Makefile
blob89596bf1101b6c7f95e8fb7946007eb98bf3b872
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
13 .if ${MKNLS} != "no"
14 SUBDIR+=i18n locale nls
15 .endif
16 .endif
18 .if defined(__MINIX)
19 .if ${MACHINE_ARCH} == "earm"
20 SUBDIR+= beaglebone
21 .endif # ${MACHINE_ARCH} == "earm"
22 .endif # defined(__MINIX)
24 # Speedup stubs for some subtrees that don't need to run these rules
25 includes-examples includes-man:
26 @true
28 .include <bsd.subdir.mk>