xref: /openbsd/usr.bin/vi/Makefile (revision df930be7)
1#	@(#)Makefile	8.2 (Berkeley) 8/16/94
2#
3# This Makefile is ONLY correct for 4.4BSD style source trees.  If you're
4# not using a system with that setup, it's not going to work.  Read the
5# files README and PORT/README for information on building nvi for other
6# systems.
7
8SUBDIR= common
9
10.if make(install)
11SUBDIR+=USD.doc/edit USD.doc/exref USD.doc/vi.ref USD.doc/vitut
12.endif
13
14.include <bsd.subdir.mk>
15