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