summaryrefslogtreecommitdiff
path: root/usr.bin/nvi/Makefile
blob: 747dfc3d03c5398c3076a14d34fbb70b23f75889 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.3 2008/10/13 18:11:54 dyoung Exp $

.include "Makefile.inc"

.include <bsd.own.mk>

.if ${MKSHARE} != "no"
SUBDIR+= catalog
.endif

SUBDIR+= build recover

.if ${MKDOC} != "no"
SUBDIR+= docs
.endif

.include <bsd.subdir.mk>