Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.34
      1 #	$NetBSD: Makefile,v 1.34 2018/06/10 17:17:46 kamil Exp $
      2 #	from @(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 # Missing:  ms
      5 
      6 .include <bsd.own.mk>
      7 
      8 .if ${MKSHARE} != "no" || \
      9 	make(clean) || make(cleandir) || make(distclean) || make(obj)
     10 SUBDIR=	dict examples legal man me misc mk \
     11 	tabset terminfo tmac wscons xml
     12 
     13 .if ${MKGROFF} != "no"
     14 SUBDIR+=doc
     15 .endif
     16 
     17 .if ${MKNLS} != "no"
     18 SUBDIR+=i18n locale nls
     19 .endif
     20 .endif
     21 
     22 # Speedup stubs for some subtrees that don't need to run these rules
     23 includes-examples includes-man:
     24 	@true
     25 
     26 .include <bsd.subdir.mk>
     27