2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
|
2013-01-22 12:03:53 +01:00
|
|
|
|
|
|
|
.include "Makefile.inc"
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKSHARE} != "no"
|
|
|
|
SUBDIR+= catalog
|
|
|
|
.endif
|
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
SUBDIR+= usr.bin
|
2013-01-22 12:03:53 +01:00
|
|
|
|
|
|
|
.if ${MKDOC} != "no"
|
|
|
|
SUBDIR+= docs
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|