Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.33.22.1
      1  1.33.22.1  pgoyette #	$NetBSD: Makefile,v 1.33.22.1 2018/06/25 07:25:36 pgoyette 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.33.22.1  pgoyette SUBDIR=	dict examples legal man me misc mk \
     11       1.33       apb 	tabset terminfo tmac wscons xml
     12  1.33.22.1  pgoyette 
     13  1.33.22.1  pgoyette .if ${MKGROFF} != "no"
     14  1.33.22.1  pgoyette SUBDIR+=doc
     15  1.33.22.1  pgoyette .endif
     16  1.33.22.1  pgoyette 
     17       1.14    itojun .if ${MKNLS} != "no"
     18       1.22  tshiozak SUBDIR+=i18n locale nls
     19       1.14    itojun .endif
     20        1.7     lukem .endif
     21       1.18        tv 
     22  1.33.22.1  pgoyette SUBDIR.roff+= doc
     23  1.33.22.1  pgoyette 
     24       1.18        tv # Speedup stubs for some subtrees that don't need to run these rules
     25       1.25      yamt includes-examples includes-man:
     26       1.19   nathanw 	@true
     27        1.1       cgd 
     28        1.1       cgd .include <bsd.subdir.mk>
     29