2008-10-13 22:11:54 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 2008/10/13 18:11:54 dyoung Exp $
|
2008-05-20 22:04:16 +04:00
|
|
|
|
|
|
|
.include "Makefile.inc"
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKSHARE} != "no"
|
|
|
|
SUBDIR+= catalog
|
|
|
|
.endif
|
|
|
|
|
2008-10-13 22:11:54 +04:00
|
|
|
SUBDIR+= build recover
|
|
|
|
|
|
|
|
.if ${MKDOC} != "no"
|
|
|
|
SUBDIR+= docs
|
|
|
|
.endif
|
2008-05-20 22:04:16 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|