blob: 9a2227f0770b85826377cbfc313d8ba3995d6293 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.7 1996/05/20 03:47:00 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>
|