blob: 32fee981e485cf5ab0ec9aa3d51ac155fc5e092a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.12 2004/02/09 21:09:10 jmc Exp $
SUBDIR= build
.if make(install)
SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref
SUBDIR+= docs/USD.doc/vi.ref docs/USD.doc/vitut
.endif
.include <bsd.subdir.mk>
|