Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.22
      1  1.22  tshiozak #	$NetBSD: Makefile,v 1.22 2003/06/27 08:39:59 tshiozak Exp $
      2   1.5       mrg #	from @(#)Makefile	8.1 (Berkeley) 6/5/93
      3   1.1       cgd 
      4   1.1       cgd # Missing:  ms
      5   1.1       cgd 
      6   1.7     lukem .include <bsd.own.mk>
      7   1.7     lukem 
      8   1.8     lukem .if ${MKSHARE} != "no" || \
      9   1.7     lukem 	make(clean) || make(cleandir) || make(distclean) || make(obj)
     10  1.15   garbled SUBDIR=	dict doc examples man me misc mk sushi \
     11  1.12    itojun 	tabset termcap tmac wscons zoneinfo
     12  1.14    itojun .if ${MKNLS} != "no"
     13  1.22  tshiozak SUBDIR+=i18n locale nls
     14  1.14    itojun .endif
     15   1.7     lukem .endif
     16  1.18        tv 
     17  1.18        tv # Speedup stubs for some subtrees that don't need to run these rules
     18  1.20        tv includes-examples includes-man includes-sushi obj-sushi:
     19  1.19   nathanw 	@true
     20   1.1       cgd 
     21   1.1       cgd .include <bsd.subdir.mk>
     22