blob: 15ed50393b0e69b697a6d95cd4ddaad6fde37bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.11 2004/01/30 23:14:25 jmc Exp $
SUBDIR= build
.if make(install)
SUBDIR+= docs/USD.doc/exref docs/USD.doc/vi.ref docs/USD.doc/vitut
#SUBDIR+= docs/USD.doc/edit
.endif
.include <bsd.subdir.mk>
|