23 lines
364 B
Makefile
23 lines
364 B
Makefile
# $NetBSD: Makefile,v 1.14 2008/09/02 09:26:55 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
MKOLDVI?=no
|
|
.if ${MKOLDVI} != "no"
|
|
|
|
.if ${MKSHARE} != "no"
|
|
SUBDIR+= catalog recover
|
|
.endif
|
|
|
|
SUBDIR+= build
|
|
|
|
.if make(install)
|
|
SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
|
|
SUBDIR+= docs/USD.doc/vitut
|
|
SUBDIR+= recover
|
|
.endif
|
|
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|