2001-05-30 01:25:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 2001/05/29 21:25:23 kleink Exp $
|
1994-08-17 20:35:15 +04:00
|
|
|
|
2001-05-30 01:25:23 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.if ${MKSHARE} != "no"
|
|
|
|
SUBDIR+= catalog
|
|
|
|
.endif
|
|
|
|
|
|
|
|
SUBDIR+= build
|
1994-09-19 09:13:35 +04:00
|
|
|
|
|
|
|
.if make(install)
|
2001-04-12 01:01:44 +04:00
|
|
|
SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
|
|
|
|
SUBDIR+= docs/USD.doc/vitut
|
|
|
|
SUBDIR+= recover
|
1994-09-19 09:13:35 +04:00
|
|
|
.endif
|
|
|
|
|
1994-08-17 20:35:15 +04:00
|
|
|
.include <bsd.subdir.mk>
|