Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.1.4.2
      1 #	$NetBSD: Makefile,v 1.1.4.2 2010/04/21 05:24:32 matt Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR=	README_FILES html
      6 
      7 .if ${MKSHARE} != "no" || \
      8 	make(clean) || make(cleandir) || make(distclean) || make(obj)
      9 SUBDIR+=conf
     10 .endif
     11 
     12 
     13 .include <bsd.subdir.mk>
     14