blob: f459a65b9e58be949680376e689b07ddf7e20c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2001/05/29 21:25:23 kleink Exp $
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
SUBDIR+= catalog
.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
.include <bsd.subdir.mk>
|