1# $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $ 2 3.include "Makefile.inc" 4 5.include <bsd.own.mk> 6 7.if ${MKSHARE} != "no" 8SUBDIR+= catalog 9.endif 10 11SUBDIR+= usr.bin 12 13.if ${MKDOC} != "no" 14SUBDIR+= docs 15.endif 16 17.include <bsd.subdir.mk> 18