blob: cd08afa154b5c0a474f576b826e2d84047648fd8 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.8 1996/06/23 05:59:51 mrg Exp $
SUBDIR= build
.if make(install)
SUBDIR+=docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref docs/USD.doc/vitut
.endif
.include <bsd.subdir.mk>
|