1 1.1 tron # $NetBSD: Makefile,v 1.1 2009/06/25 18:22:01 tron Exp $ 2 1.1 tron 3 1.1 tron .include <bsd.own.mk> 4 1.1 tron 5 1.1 tron SUBDIR= README_FILES html 6 1.1 tron 7 1.1 tron .if ${MKSHARE} != "no" || \ 8 1.1 tron make(clean) || make(cleandir) || make(distclean) || make(obj) 9 1.1 tron SUBDIR+=conf 10 1.1 tron .endif 11 1.1 tron 12 1.1 tron 13 1.1 tron .include <bsd.subdir.mk> 14