Home | History | Annotate | Line # | Download | only in share
      1 #	$NetBSD: Makefile,v 1.1 2009/06/25 18:22:01 tron 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